I have the following formula;
=IF(AND(C14>"1000",C14<"1405"),CONCATENATE("out of tol on the following blade ",'EQN Data - Inspection'!F14," ",'EQN Data - Inspection'!G14," ",'EQN Data - Inspection'!H14," ",'EQN Data - Inspection'!I14),CONCATENATE('EQN Data - Inspection'!F14," ",'EQN Data - Inspection'!G14," ",'EQN Data - Inspection'!H14," ",'EQN Data - Inspection'!I14))
The problem is that C14 can contain numbers (i.e. 1-2000) and a combination of numbers and letters (i.e. 1391.1c), and in any order dependant upon the errors that have occurred.
There seems to be an issue when it come to the cell containing 10-14 and 100-140. These values return the statement "out of tolerance", almost as if it thinks these numbers are 1000-1400 and hence falling within the criteria.
The cells are currently formatted as text due to those that contain the mix of numbers and letters and appears to work on most other cells but cannot get it to work on all cells within the whole range.
Any help would be great!
=IF(AND(C14>"1000",C14<"1405"),CONCATENATE("out of tol on the following blade ",'EQN Data - Inspection'!F14," ",'EQN Data - Inspection'!G14," ",'EQN Data - Inspection'!H14," ",'EQN Data - Inspection'!I14),CONCATENATE('EQN Data - Inspection'!F14," ",'EQN Data - Inspection'!G14," ",'EQN Data - Inspection'!H14," ",'EQN Data - Inspection'!I14))
The problem is that C14 can contain numbers (i.e. 1-2000) and a combination of numbers and letters (i.e. 1391.1c), and in any order dependant upon the errors that have occurred.
There seems to be an issue when it come to the cell containing 10-14 and 100-140. These values return the statement "out of tolerance", almost as if it thinks these numbers are 1000-1400 and hence falling within the criteria.
The cells are currently formatted as text due to those that contain the mix of numbers and letters and appears to work on most other cells but cannot get it to work on all cells within the whole range.
Any help would be great!