Hi all,
I have the following function
=IF(B36=VLOOKUP(B36,Sheet2!$A$1:$A$60,1,TRUE),"Yes","X")
the function has been copied across a number of cells so that when a correct answer listed in the range on sheet 2 is entered a "Yes" should appear in column C.
However this function seems to randomly returning the "X" value even when the answer is correct. and on other occasions is returning nothing at all.
Have tried changing the true statement to false but this appears to be just as random.
Can anyone suggest a fix for this or an alternative function.
Many thanks
pedroc
I have the following function
=IF(B36=VLOOKUP(B36,Sheet2!$A$1:$A$60,1,TRUE),"Yes","X")
the function has been copied across a number of cells so that when a correct answer listed in the range on sheet 2 is entered a "Yes" should appear in column C.
However this function seems to randomly returning the "X" value even when the answer is correct. and on other occasions is returning nothing at all.
Have tried changing the true statement to false but this appears to be just as random.
Can anyone suggest a fix for this or an alternative function.
Many thanks
pedroc