R
Ralph Heidecke
I have a number of large (couple of thousand lines) worksheetsI need to test
if the the string "06" is in the cells in column A. For example:
If the value in A1 is "SCO3 0600-1415/0600-1815" if I use the formula
=FIND("06",A1,1) returns 23.
However when the cell the formula is applied to doesn't contain "06" as in:
A2 = "DSS Delta 1 1415-2230" the formula
returns #VALUE!
is there a way rewrite =FIND("06,A2,1) so that if "06" is not found the
value returned is either blank or 0?
Thanks
if the the string "06" is in the cells in column A. For example:
If the value in A1 is "SCO3 0600-1415/0600-1815" if I use the formula
=FIND("06",A1,1) returns 23.
However when the cell the formula is applied to doesn't contain "06" as in:
A2 = "DSS Delta 1 1415-2230" the formula
returns #VALUE!
is there a way rewrite =FIND("06,A2,1) so that if "06" is not found the
value returned is either blank or 0?
Thanks