Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jerry Kinder
 
Posts: n/a
Default More that 3 conditions for conditional formating?

How do I set more that 3. I need 6 or 8.

I want to have color of cell change if one of the 6 or 8 words appears in
the cell.

Thanks,
Jerry



  #2   Report Post  
Bob Umlas
 
Posts: n/a
Default More that 3 conditions for conditional formating?

limit is 3. You can, however, check for the appearance of the word by some
formula like
=NOT(ISNA(MATCH(A1,F1:F8,0)))
where F1:F8 contains the list of 8 words and A1 is the active cell. If it's
not an error, the word exists, and you can make the cell be whatever color
you want. You just can't have 8 different colors.
Bob Umlas
Excel MVP

"Jerry Kinder" wrote in message
...
How do I set more that 3. I need 6 or 8.

I want to have color of cell change if one of the 6 or 8 words appears in
the cell.

Thanks,
Jerry





  #3   Report Post  
Jezebel
 
Posts: n/a
Default More that 3 conditions for conditional formating?

Use a second cell to evaluate all your conditions

=IF ( AND ( cond1, cond2, cond3, cond4, ....), TRUE)

Then base your conditional format on that cell.




"Jerry Kinder" wrote in message
...
How do I set more that 3. I need 6 or 8.

I want to have color of cell change if one of the 6 or 8 words appears in
the cell.

Thanks,
Jerry





  #4   Report Post  
Jerry Kinder
 
Posts: n/a
Default More that 3 conditions for conditional formating?

Hi,
Thanks I will give this a try. I also found a Macro the does it also, it
will just take some time to figure out how to manipulate it. I do not know
how to write macros so it is trial and error for me.

Thank,
Jerry


"Jezebel" wrote in message
...
Use a second cell to evaluate all your conditions

=IF ( AND ( cond1, cond2, cond3, cond4, ....), TRUE)

Then base your conditional format on that cell.




"Jerry Kinder" wrote in message
...
How do I set more that 3. I need 6 or 8.

I want to have color of cell change if one of the 6 or 8 words appears

in
the cell.

Thanks,
Jerry







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
Cell to follow content AND/OR formating of another cell 0-0 Wai Wai ^-^ Excel Discussion (Misc queries) 1 September 8th 05 02:00 PM
Cumulating formating conditions Dragos Excel Discussion (Misc queries) 2 September 3rd 05 10:09 PM
Add cells from a range based on 2 conditions from 2 other ranges Kelly Excel Worksheet Functions 3 July 7th 05 07:40 PM
Conditional Formating 4 conditions Roy Excel Discussion (Misc queries) 1 May 28th 05 11:08 AM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 07:07 PM


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