Michael has attended:
Excel Advanced course
Formulas
what formula would you put in if you wanted to check if two different cells of data was the same
RE: Formulas
Michael
Try using the DELTA (for numbers) or EXACT (for text strings).
DELTA returns a 0 (No) or 1 (YES) value. You could tack an IF statement into the formula to make it reply YES or NO if you wanted to.
Richard