Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 190
Default multiple criteria

hi
I would like to know if there is a way I can evaluate 2 cells for
conditional formatting. For example if the value in h2 is lower than cell a1
and higher than c1 make h2 purple otherwise make h2 red.
I would like to know if this can be done using the conditional formatting
menu item. If not I am welcome to other suggestions.

Thanks in advance
geebee

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,393
Default multiple criteria

First condition: use Formula Is
=AND(H2<A1,H2C1)
and set the format

Second condition: use Formula Is
=OR(H2=A1,H2<=C1)
and set the format

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"geebee" (noSPAMs) wrote in message
...
hi
I would like to know if there is a way I can evaluate 2 cells for
conditional formatting. For example if the value in h2 is lower than cell
a1
and higher than c1 make h2 purple otherwise make h2 red.
I would like to know if this can be done using the conditional formatting
menu item. If not I am welcome to other suggestions.

Thanks in advance
geebee



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default multiple criteria


--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.
Put this conditional format on the cell.

=AND(H2<A1,H2C1)

"geebee" wrote:

hi
I would like to know if there is a way I can evaluate 2 cells for
conditional formatting. For example if the value in h2 is lower than cell a1
and higher than c1 make h2 purple otherwise make h2 red.
I would like to know if this can be done using the conditional formatting
menu item. If not I am welcome to other suggestions.

Thanks in advance
geebee

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
SUMIFS, one criteria range, multiple criteria GavinS Excel Worksheet Functions 2 September 7th 11 05:40 PM
match multiple criteria ina range from multiple criteria multiplet RG Excel Worksheet Functions 8 September 28th 07 04:21 AM
Index & Match functions - multiple criteria and multiple results [email protected] Excel Worksheet Functions 4 May 2nd 07 03:13 AM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Saleem Excel Worksheet Functions 1 January 12th 05 10:54 AM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Arain Excel Worksheet Functions 1 January 12th 05 08:33 AM


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

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"