Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 149
Default conditional formatting question

hello
question about confitional formating....
if i would like to say : search for the world "axe".. i could write...
=search("axe",a1)

what if i would like to say ... search for the world "axe" OR the world "bee"

THANKS FOR YOUR HELP
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default conditional formatting question

In Conditional Formatting formula? Something like:
=IF(OR(NOT(ISERROR(SEARCH("axe",A1))),NOT(ISERROR( SEARCH("bee",A1)))))

"pierre" wrote:

hello
question about confitional formating....
if i would like to say : search for the world "axe".. i could write...
=search("axe",a1)

what if i would like to say ... search for the world "axe" OR the world "bee"

THANKS FOR YOUR HELP

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default conditional formatting question

condition 1 : formula is : =OR(A1="axe",A1="bee")

choose the color | ok


On Feb 20, 11:49*pm, Bob Umlas, Excel MVP
wrote:
In Conditional Formatting formula? Something like:
=IF(OR(NOT(ISERROR(SEARCH("axe",A1))),NOT(ISERROR( SEARCH("bee",A1)))))

"pierre" wrote:
hello
question about confitional formating....
if i would like to say : search for the world "axe".. i could write...
=search("axe",a1)


what if i would like to say ... search for the world "axe" OR the world "bee"


* * * * * * * * * * * * * * * * * * *THANKS FOR YOUR HELP


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default conditional formatting question

oops !!! check this

condition 1 : formula is :
=IF(ISERROR(FIND("axe",A1)),FIND("bee",A1),FIND("a xe",A1))


On Feb 20, 11:49*pm, Bob Umlas, Excel MVP
wrote:
In Conditional Formatting formula? Something like:
=IF(OR(NOT(ISERROR(SEARCH("axe",A1))),NOT(ISERROR( SEARCH("bee",A1)))))

"pierre" wrote:
hello
question about confitional formating....
if i would like to say : search for the world "axe".. i could write...
=search("axe",a1)


what if i would like to say ... search for the world "axe" OR the world "bee"


* * * * * * * * * * * * * * * * * * *THANKS FOR YOUR HELP


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default conditional formatting question

To get TRUE or FALSE use
=IF(ISNUMBER(SEARCH("axe",A1)),TRUE,IF(ISNUMBER(SE ARCH("bee",A1)),TRUE))



"pierre" wrote:

hello
question about confitional formating....
if i would like to say : search for the world "axe".. i could write...
=search("axe",a1)

what if i would like to say ... search for the world "axe" OR the world "bee"

THANKS FOR YOUR 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
Conditional Formatting Question mommatee Excel Worksheet Functions 2 July 22nd 08 03:35 PM
Conditional Formatting Question DFrank Excel Worksheet Functions 6 June 28th 08 06:19 AM
Conditional Formatting Question Ken Excel Discussion (Misc queries) 13 May 30th 08 07:03 PM
Another Conditional Formatting Question 1320_Life Excel Worksheet Functions 4 July 22nd 06 10:05 PM
conditional formatting question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM


All times are GMT +1. The time now is 08:22 PM.

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

About Us

"It's about Microsoft Excel"