Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Urgent!Conditional Formatting Highlighting

Is it possible to auto highlight WHOLE ROW when it's 3 or more criteria using
conditional formatting-highlight?
eg:
A B C D E F
1 USA 25 13 10 one M
2 England 40 10 19 one F
3 USA 40 2 20 two F
4 England 30 4 20 two M
5 Cuba 20 7 10 one M

Criteria: USA or England , column C less than 10

If it can be done,How should i do it?
thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Urgent!Conditional Formatting Highlighting

Use this formula

=AND(OR(A1="USA",A1="England"),C1<10)

If this post helps click Yes
---------------
Jacob Skaria


"james blunt" wrote:

Is it possible to auto highlight WHOLE ROW when it's 3 or more criteria using
conditional formatting-highlight?
eg:
A B C D E F
1 USA 25 13 10 one M
2 England 40 10 19 one F
3 USA 40 2 20 two F
4 England 30 4 20 two M
5 Cuba 20 7 10 one M

Criteria: USA or England , column C less than 10

If it can be done,How should i do it?
thank you

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Urgent!Conditional Formatting Highlighting

For help on Conditional Formatting refer

http://www.contextures.com/xlCondFormat02.html

If this post helps click Yes
---------------
Jacob Skaria


"james blunt" wrote:

Is it possible to auto highlight WHOLE ROW when it's 3 or more criteria using
conditional formatting-highlight?
eg:
A B C D E F
1 USA 25 13 10 one M
2 England 40 10 19 one F
3 USA 40 2 20 two F
4 England 30 4 20 two M
5 Cuba 20 7 10 one M

Criteria: USA or England , column C less than 10

If it can be done,How should i do it?
thank you

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Urgent!Conditional Formatting Highlighting

thank you for the help.
It works, however, is it possible to highlight the entire row
instead of highlighting A1 only?



"Jacob Skaria" wrote:

Use this formula

=AND(OR(A1="USA",A1="England"),C1<10)

If this post helps click Yes
---------------
Jacob Skaria


"james blunt" wrote:

Is it possible to auto highlight WHOLE ROW when it's 3 or more criteria using
conditional formatting-highlight?
eg:
A B C D E F
1 USA 25 13 10 one M
2 England 40 10 19 one F
3 USA 40 2 20 two F
4 England 30 4 20 two M
5 Cuba 20 7 10 one M

Criteria: USA or England , column C less than 10

If it can be done,How should i do it?
thank you

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Urgent!Conditional Formatting Highlighting

Select the *entire* range of interest starting from cell A1. A1 will be the
active cell. The active cell is the single cell in the selected range that
*is not* shaded. The formula is relative and based on the active cell.

=AND(OR($A1="USA",$A1="England"),$C1<10)

The references will automatically adjust for the other cells in the applied
range.

--
Biff
Microsoft Excel MVP


"james blunt" wrote in message
...
thank you for the help.
It works, however, is it possible to highlight the entire row
instead of highlighting A1 only?



"Jacob Skaria" wrote:

Use this formula

=AND(OR(A1="USA",A1="England"),C1<10)

If this post helps click Yes
---------------
Jacob Skaria


"james blunt" wrote:

Is it possible to auto highlight WHOLE ROW when it's 3 or more criteria
using
conditional formatting-highlight?
eg:
A B C D E F
1 USA 25 13 10 one M
2 England 40 10 19 one F
3 USA 40 2 20 two F
4 England 30 4 20 two M
5 Cuba 20 7 10 one M

Criteria: USA or England , column C less than 10

If it can be done,How should i do it?
thank you



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
Highlighting the entire row with conditional formatting Allen Excel Worksheet Functions 11 April 16th 09 05:09 PM
Highlighting using Conditional Formatting SLW612 Excel Worksheet Functions 3 March 13th 07 10:04 PM
Highlighting a row with conditional formatting Rob Excel Discussion (Misc queries) 4 February 26th 07 04:19 AM
Conditional formatting - Highlighting a row Coco Excel Worksheet Functions 6 February 24th 07 08:58 PM
Highlighting text using conditional formatting Greshter Excel Discussion (Misc queries) 2 July 14th 05 03:04 AM


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