dear
I created a formula that if A1 match any one in the range, then return me yes; else, no.
But, it seems the formula only refers to cell B1 only, instead of the data in the range (B1:B5). it means only if B1 = apple, then the formula works and return me, Yes. What's wrong? I have done the CTRL+SHIFT+ENTER to bracket the array. but it does not help Please help
=if(A1=$B$1:$B$5,"yes","no")
A1 = apple
B1= orange
B2 = grape
B3 = apple
B4 = pears
B5 = banana
Problem, Thank you
I created a formula that if A1 match any one in the range, then return me yes; else, no.
But, it seems the formula only refers to cell B1 only, instead of the data in the range (B1:B5). it means only if B1 = apple, then the formula works and return me, Yes. What's wrong? I have done the CTRL+SHIFT+ENTER to bracket the array. but it does not help Please help
=if(A1=$B$1:$B$5,"yes","no")
A1 = apple
B1= orange
B2 = grape
B3 = apple
B4 = pears
B5 = banana
Problem, Thank you