Hi could any one tell me what is wrong with the below:
=IFERROR(IF(AND(U5="",U5<>"A"),(VLOOKUP(T5,Belt,2,FALSE)-VLOOKUP(D5,Belt,2,FALSE)),(VLOOKUP(U5,Belt,2,FALSE)-VLOOKUP(D5,Belt,2,FALSE))),"Absent")
I want it to look at Cell U5 to see if it is blank or contains the letter A and if so carry...