PC Review


Reply
Thread Tools Rate Thread

Combine: ISNUMBER(SEARCH( and EXACT( ?

 
 
=?Utf-8?B?bmFzdGVjaA==?=
Guest
Posts: n/a
 
      17th Sep 2007
Hi, trying to combine these two items, have the following that does not seem
to work, thanks.

=ISNUMBER(SEARCH(EXACT(CI9,"Test"),CI9))
 
Reply With Quote
 
 
 
 
Ron Coderre
Guest
Posts: n/a
 
      17th Sep 2007
Just guessing......
If you want to know if cell CI9 contains the word Test,

Try this:
=COUNTIF(CI9,"*Test*")>0
or this
=ISNUMBER(SEARCH("Test",CI9))

But, if you need a case-sensitive search:
=ISNUMBER(FIND("Test",CI9))

Does that help?
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)


"nastech" <(E-Mail Removed)> wrote in message
news:BD5D22D9-7FC5-4F2E-8246-(E-Mail Removed)...
> Hi, trying to combine these two items, have the following that does not
> seem
> to work, thanks.
>
> =ISNUMBER(SEARCH(EXACT(CI9,"Test"),CI9))



 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      17th Sep 2007
Use FIND instead of SEARCH it is case sensitive


--


Regards,


Peo Sjoblom




"nastech" <(E-Mail Removed)> wrote in message
news:BD5D22D9-7FC5-4F2E-8246-(E-Mail Removed)...
> Hi, trying to combine these two items, have the following that does not
> seem
> to work, thanks.
>
> =ISNUMBER(SEARCH(EXACT(CI9,"Test"),CI9))



 
Reply With Quote
 
Bernard Liengme
Guest
Posts: n/a
 
      17th Sep 2007
Not really surprising.
EXACT returns either TRUE or FALSE

So past of your formula will be SEARCH(TRUE,C19)
(or SEARCH(FALSE,C19) )
but the syntax is SEARCH(find_text,within_text,start_num)

Please tell us what you wish to achieve.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"nastech" <(E-Mail Removed)> wrote in message
news:BD5D22D9-7FC5-4F2E-8246-(E-Mail Removed)...
> Hi, trying to combine these two items, have the following that does not
> seem
> to work, thanks.
>
> =ISNUMBER(SEARCH(EXACT(CI9,"Test"),CI9))



 
Reply With Quote
 
=?Utf-8?B?bmFzdGVjaA==?=
Guest
Posts: n/a
 
      17th Sep 2007
case-sensitive text, within text

"Bernard Liengme" wrote:

> Not really surprising.
> EXACT returns either TRUE or FALSE
>
> So past of your formula will be SEARCH(TRUE,C19)
> (or SEARCH(FALSE,C19) )
> but the syntax is SEARCH(find_text,within_text,start_num)
>
> Please tell us what you wish to achieve.
> best wishes
> --
> Bernard V Liengme
> Microsoft Excel MVP
> www.stfx.ca/people/bliengme
> remove caps from email
>
> "nastech" <(E-Mail Removed)> wrote in message
> news:BD5D22D9-7FC5-4F2E-8246-(E-Mail Removed)...
> > Hi, trying to combine these two items, have the following that does not
> > seem
> > to work, thanks.
> >
> > =ISNUMBER(SEARCH(EXACT(CI9,"Test"),CI9))

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
isnumber search scottay Microsoft Excel Misc 4 21st May 2010 12:19 AM
ISNUMBER & SEARCH problem DJ Microsoft Excel Misc 4 5th Aug 2009 04:48 PM
SUMPRODUCT + ISNUMBER(SEARCH) + Empty Cells BLUV Microsoft Excel Misc 4 30th Jan 2009 05:47 AM
Combine COUNTIF & EXACT =?Utf-8?B?bmFzdGVjaA==?= Microsoft Excel Misc 12 28th Aug 2007 05:21 AM
Limit to nested IF(ISNUMBER(SEARCH)) functions? =?Utf-8?B?Sm9uYXRoYW4gSG9ydmF0aA==?= Microsoft Excel Worksheet Functions 22 25th Jun 2007 08:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:27 PM.