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 / Worksheet Functions / November 2005

Tip: Looking for answers? Try searching our database.

OPPOSITE FORMULA

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
roy.okinawa - 22 Nov 2005 02:11 GMT
I was provided this formula to not look for the word Repair Clin:

=IF(O31="","",IF(AND(TRIM(B31)<>"Closed",NOT(ISNUMBER(SEARCH("Repair
Clin",S31)))), O31+ROW()/10^10,""))

Now, I need the opposite.  I want it to look for the word Warranty item.

Also,  can anyone recommend a good Excel book.

Thanks
Max - 22 Nov 2005 02:28 GMT
> ... need the opposite.  want to look for the word Warranty item.

Try:

=IF(O31="","",IF(AND(TRIM(B31)<>"Closed",ISNUMBER(SEARCH("Warranty
item",S31))),O31+ROW()/10^10,""))

> Also,  can anyone recommend a good Excel book.

Try browsing the comprehensive list in Debra's page at:
http://www.contextures.com/xlbooks.html

--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
> I was provided this formula to not look for the word Repair Clin:
>
[quoted text clipped - 6 lines]
>
> Thanks
roy.okinawa - 22 Nov 2005 02:53 GMT
Max,

I thank you again for the formula and the website.  One last one and I think
the worksheet/book will be complete:

Using the same criteria, delete column B from the equation.  

> > ... need the opposite.  want to look for the word Warranty item.
>
[quoted text clipped - 27 lines]
> >
> > Thanks
Max - 22 Nov 2005 03:02 GMT
> Using the same criteria, delete column B from the equation.

Try:

=IF(O31="","",IF(ISNUMBER(SEARCH("Warranty item",S31)),O31+ROW()/10^10,""))

--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
> Max,
>
> I thank you again for the formula and the website.  One last one and I think
> the worksheet/book will be complete:
>
> Using the same criteria, delete column B from the equation.
Biff - 22 Nov 2005 02:38 GMT
Hi!

Check out this book list:

http://contextures.com/xlbooks.html

As for your "opposite" formula:

That looks like one of Max's formulas?

Maybe this:

=IF(O31="","",IF(AND(TRIM(B31)<>"Closed",ISNUMBER(SEARCH("Warranty
item",S31))), O31+ROW()/10^10,""))

Biff

>I was provided this formula to not look for the word Repair Clin:
>
[quoted text clipped - 6 lines]
>
> Thanks
Max - 22 Nov 2005 02:40 GMT
> That looks like one of Max's formulas?

It is <g>. Had quite a long discussion
with the OP, Roy, over the past couple of days.
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
roy.okinawa - 22 Nov 2005 03:19 GMT
That did it.  Again thank you for the knowledge.  With the web site I hope to
become more proficient.

> > That looks like one of Max's formulas?
>
[quoted text clipped - 9 lines]
> http://savefile.com/projects/236895
> --
 
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



©2009 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.