Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / December 2006

Tip: Looking for answers? Try searching our database.

if(find..) problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
gs - 30 Dec 2006 06:56 GMT
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?
Peo Sjoblom - 30 Dec 2006 07:08 GMT
Try

=IF(ISNUMBER(FIND("TELUS",D234)),C234,0)

Signature

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)

>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?
Dave Peterson - 30 Dec 2006 12:29 GMT
Another option:

=if(countif(d234,"*telus*")>0,c234,0)

> 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?

Signature

Dave Peterson

gs - 30 Dec 2006 23:28 GMT
thank you all

countif did not work for me, but  isnumber did.
I am using excel 2002 sp3

>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?
Dave Peterson - 31 Dec 2006 00:25 GMT
You may want to try it again--or post the formula that didn't work.

(It worked fine for me.)

> thank you all
>
[quoted text clipped - 6 lines]
> > #value! error otherwise. I would have expected 0.  What should I have done
> > instead?

Signature

Dave Peterson


Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.