Hi! I seem to be failing to get correct results using SEARCH() and FIND(). Let’s say I am using the formula “=SEARCH(A1,A:A)” where A1 is “Apple”.
I put this formula in cell B1, it returns “1”.
I put the exact same formula in cell B2, it returns “!VALUE”.
I put “=SEARCH(“Apple”,A:A)” in cell B3, it returns “!VALUE”.
Shouldn’t all three return “1”?