The string in cell A1 is:
If I put this formula in B1:
It returns 6.
But if I do:
I get a #VALUE ! error.
Why can't it find that string of space-hyphen-space when FIND can normally find any string of characters? How would I do a FIND for space-hyphen-space?
Code:
Multi-Specialty - 12254
If I put this formula in B1:
Code:
FIND("-", A1)
It returns 6.
But if I do:
Code:
FIND(" - ",A1)
I get a #VALUE ! error.
Why can't it find that string of space-hyphen-space when FIND can normally find any string of characters? How would I do a FIND for space-hyphen-space?
Last edited: