your formula is correct, it return XX if there are number in either one of the
cells, S50 or S59 and return #Value if nothing in there.
check that the cells contain real numbers, re-enter the number again or in a
unused column enter =ISTEXT(S50) and if it return TRUE, it is text.
If the cells contain real numbers, use this to return a blank if there are
no numbers
in both cells. Check if your Sheet name contain a space in front, if not
remove the space in front of the ' Job in the formula.
=IF(ISERROR(AND(' Job Duties Description'!S50,'Job Duties
Description'!S59)),"",IF(AND(' Job Duties Description'!S50,'Job Duties
Description'!S59),"XX",""))
--
Hope this is helpful
Pls click the Yes button below if this post provide answer you have asked
Thank You
cheers, francis
Am not a greek but an ordinary user trying to assist another