S
Shiji
I am trying to use IF statement for a FIND function.
e.g. if you find a dot in the string, do this, if you do
not find a dot in the string, do that.
=IF(FIND(".",A1)>0, "Have dot", "No dot")
But FIND function returns error #VALUE! if it does not
find the value. Is there a way to refer to the return
error #VALUE!?
Thanks!
e.g. if you find a dot in the string, do this, if you do
not find a dot in the string, do that.
=IF(FIND(".",A1)>0, "Have dot", "No dot")
But FIND function returns error #VALUE! if it does not
find the value. Is there a way to refer to the return
error #VALUE!?
Thanks!