Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Tommy Boy
 
Posts: n/a
Default If "xxxx" is in a cell, then TRUE

I want to look at a cell and if the word "ave" appears anywhere in the cell
then I want a return of TRUE.

I think that EXACT, OR or IF will work somehow but I want true if the word
is "old ave', "1735 fairmont avenue" or "good aver", not only "ave" by itself.
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try this:

=ISNUMBER(SEARCH("ave",A1))

Biff

"Tommy Boy" wrote in message
...
I want to look at a cell and if the word "ave" appears anywhere in the cell
then I want a return of TRUE.

I think that EXACT, OR or IF will work somehow but I want true if the word
is "old ave', "1735 fairmont avenue" or "good aver", not only "ave" by
itself.



  #3   Report Post  
Alan
 
Posts: n/a
Default

One way
=IF(ISERROR(FIND("ave",A1)),FALSE,TRUE)
"Tommy Boy" wrote in message
...
I want to look at a cell and if the word "ave" appears anywhere in the cell
then I want a return of TRUE.

I think that EXACT, OR or IF will work somehow but I want true if the word
is "old ave', "1735 fairmont avenue" or "good aver", not only "ave" by
itself.



  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

One more...

=COUNTIF(A1,"*ave*")0



Tommy Boy wrote:

I want to look at a cell and if the word "ave" appears anywhere in the cell
then I want a return of TRUE.

I think that EXACT, OR or IF will work somehow but I want true if the word
is "old ave', "1735 fairmont avenue" or "good aver", not only "ave" by itself.


--

Dave Peterson
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
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
Can a Formula in Cell X modify Cell Y? alMandragor Excel Discussion (Misc queries) 7 February 10th 05 09:51 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 09:58 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"