Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cbanks
 
Posts: n/a
Default isnumber multiple criteria.

=IF(ISNUMBER(SEARCH("WARN",J2)),"Warning","") is what i have.


but i also want it to search column n, and if the column n contains psnap, i
want it to put sales instead of warning. thanks a ton for any help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default isnumber multiple criteria.

Do you mean

=IF(ISNUMBER(SEARCH("psnap",N2)),"Sales,IF(ISNUMBE R(SEARCH("WARN",J2)),"Warn
ing",""))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"cbanks" wrote in message
...
=IF(ISNUMBER(SEARCH("WARN",J2)),"Warning","") is what i have.


but i also want it to search column n, and if the column n contains psnap,

i
want it to put sales instead of warning. thanks a ton for any help



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default isnumber multiple criteria.

Sorry, type

=IF(ISNUMBER(SEARCH("psnap",N2)),"Sales",
IF(ISNUMBER(SEARCH("WARN",J2)),"Warning",""))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Bob Phillips" wrote in message
...
Do you mean


=IF(ISNUMBER(SEARCH("psnap",N2)),"Sales,IF(ISNUMBE R(SEARCH("WARN",J2)),"Warn
ing",""))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"cbanks" wrote in message
...
=IF(ISNUMBER(SEARCH("WARN",J2)),"Warning","") is what i have.


but i also want it to search column n, and if the column n contains

psnap,
i
want it to put sales instead of warning. thanks a ton for any help





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Counting by multiple criteria Risky Dave Excel Worksheet Functions 4 September 28th 05 01:29 PM
Multiple Criteria (add or subtract) MJSlattery Excel Discussion (Misc queries) 1 June 11th 05 05:38 PM
Multiple Criteria IF Nesting BethB Excel Worksheet Functions 2 May 17th 05 12:14 AM
Can I get the mode, min, and max with multiple criteria? BobT Excel Discussion (Misc queries) 1 February 15th 05 03:20 AM
Counting "rows", i.e. simultaneous criteria for multiple cells gkline Excel Worksheet Functions 2 November 19th 04 07:30 AM


All times are GMT +1. The time now is 09:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"