if(find..) problem

G

gs

I used a formula like
=IF(FIND("TELUS",D234)>0,C234,0)
this works fine as long as the word TELUS is in cell D234 but gives #value!
error otherwise. I would have expected 0. What should I have done instead?
 
D

Dave Peterson

You may want to try it again--or post the formula that didn't work.

(It worked fine for me.)
 
Top