Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Conditional formatting - Highlighting a row

How do I tell Excel to highlight the entire row when data from two columns
does not match exactly, i.e. g3 should be exactly the same as h3 but if not,
highlight the entire 3rd row?

Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Conditional formatting - Highlighting a row

Select the range to highlight (I'm using A3:X999)
With row 3 containing the activecell:

Format|Conditional formatting
formula is:
=$H3<$G3
and give it a nice format.

The $'s will mean that columns H and G will always be used to determine the
formatting for that row. With no $ in front of the 3's, excel will adjust them
for each row in the selected range.

Coco wrote:

How do I tell Excel to highlight the entire row when data from two columns
does not match exactly, i.e. g3 should be exactly the same as h3 but if not,
highlight the entire 3rd row?

Thank you.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Conditional formatting - Highlighting a row


Select all of row 3 or just the portion to highlight.

FormatCFFormula is: =$H3<$G3

Choose a pattern from Format and OK your way out.

Note the $ signs to lock the columns but not the rows in case you want to copy
that format to other rows.


Gord

On Sat, 24 Feb 2007 10:38:05 -0800, Coco wrote:

How do I tell Excel to highlight the entire row when data from two columns
does not match exactly, i.e. g3 should be exactly the same as h3 but if not,
highlight the entire 3rd row?

Thank you.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Conditional formatting - Highlighting a row

=NOT(EXACT($A1,$B1))


"Coco" wrote:

How do I tell Excel to highlight the entire row when data from two columns
does not match exactly, i.e. g3 should be exactly the same as h3 but if not,
highlight the entire 3rd row?

Thank you.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Conditional formatting - Highlighting a row

Thank you for your help.
I'm doing something wrong.
Highlighted range.
Selected Conditional Formatting button.
Highlight cell rules/more rules
Format only cells that contain
cell value/not equal to/put in your formula
selected yellow fill/ok
but yellow filled in all my selected area except a column that is blank.
Thank you.

"Dave Peterson" wrote:

Select the range to highlight (I'm using A3:X999)
With row 3 containing the activecell:

Format|Conditional formatting
formula is:
=$H3<$G3
and give it a nice format.

The $'s will mean that columns H and G will always be used to determine the
formatting for that row. With no $ in front of the 3's, excel will adjust them
for each row in the selected range.

Coco wrote:

How do I tell Excel to highlight the entire row when data from two columns
does not match exactly, i.e. g3 should be exactly the same as h3 but if not,
highlight the entire 3rd row?

Thank you.


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Conditional formatting - Highlighting a row

You don't want "Cell value is"
You need "Formula is"
--
David Biddulph

"Coco" wrote in message
...
Thank you for your help.
I'm doing something wrong.
Highlighted range.
Selected Conditional Formatting button.
Highlight cell rules/more rules
Format only cells that contain
cell value/not equal to/put in your formula
selected yellow fill/ok
but yellow filled in all my selected area except a column that is blank.
Thank you.

"Dave Peterson" wrote:

Select the range to highlight (I'm using A3:X999)
With row 3 containing the activecell:

Format|Conditional formatting
formula is:
=$H3<$G3
and give it a nice format.

The $'s will mean that columns H and G will always be used to determine
the
formatting for that row. With no $ in front of the 3's, excel will
adjust them
for each row in the selected range.

Coco wrote:

How do I tell Excel to highlight the entire row when data from two
columns
does not match exactly, i.e. g3 should be exactly the same as h3 but if
not,
highlight the entire 3rd row?

Thank you.


--

Dave Peterson



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Conditional formatting - Highlighting a row

I got it!
Thank you very much.
Thank you all so much for your time and information!


"David Biddulph" wrote:

You don't want "Cell value is"
You need "Formula is"
--
David Biddulph

"Coco" wrote in message
...
Thank you for your help.
I'm doing something wrong.
Highlighted range.
Selected Conditional Formatting button.
Highlight cell rules/more rules
Format only cells that contain
cell value/not equal to/put in your formula
selected yellow fill/ok
but yellow filled in all my selected area except a column that is blank.
Thank you.

"Dave Peterson" wrote:

Select the range to highlight (I'm using A3:X999)
With row 3 containing the activecell:

Format|Conditional formatting
formula is:
=$H3<$G3
and give it a nice format.

The $'s will mean that columns H and G will always be used to determine
the
formatting for that row. With no $ in front of the 3's, excel will
adjust them
for each row in the selected range.

Coco wrote:

How do I tell Excel to highlight the entire row when data from two
columns
does not match exactly, i.e. g3 should be exactly the same as h3 but if
not,
highlight the entire 3rd row?

Thank you.

--

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
Conditional formating - Highlighting items in a separate column AFSSkier Excel Discussion (Misc queries) 2 June 7th 06 03:38 PM
Highlighting an entire row using conditional formatting. SystemHack Excel Worksheet Functions 5 January 27th 06 01:24 AM
Highlighting text using conditional formatting Greshter Excel Discussion (Misc queries) 2 July 14th 05 03:04 AM
conditional formating - Highlighting text cells based on sales res ANDREW_B Excel Discussion (Misc queries) 7 December 2nd 04 04:27 PM
HELP ME PLEASE!! CONDITIONAL FORMATING HIGHLIGHTING CELLS. ANDREW_B Excel Discussion (Misc queries) 1 December 2nd 04 04:12 PM


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