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