isnumber query

fry

Active Member
Joined
Apr 25, 2007
Messages
411
Hi All

Can someone tell me how to have 2 options using isnumber.

I'm using ISNUMBER(SEARCH("SUBMITTED",N156)) but I'd like to have "SUPPLY" & "SUBMITTED"

Is this possible??

Thanks :)
 
If you include the search terms in Z1 and Z2 as Richard suggests then you only need

=COUNT(SEARCH(Z1:Z2,N156))
 
Upvote 0

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Thanks again guys, both very neat indeed but couldn't get

SEARCH(N156,"SUPPLY,SUBMITTED") to work for some reason :)
 
Upvote 0
Aladin's formula will only work if cell N156 only contains Supply or Submitted (or both as "Supply, Submitted"). I assumed as you were using Search that the cell could potentially contain plenty of additional text as well as the sought for words.
 
Upvote 0
Hi Richard

Yes you're right it could contain other text but I did try Aladin's example with just the word itself and couldn't get it to work.

I've ended up using your separated out example so thanks again for that.

:)
 
Upvote 0

Forum statistics

Threads
1,216,073
Messages
6,128,645
Members
449,461
Latest member
kokoanutt

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top