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

How would I apply conditional formatting to a row if cell = 0, and not just
to the cell?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 470
Default Conditional Formatting

The only way I know to do it is by placing a conditional format within each
cell, unless you had a macro do it automatically. I might could help you
better if I knew exactly what you wanted to accomplish. However, based on
your example, I am going to use A1 as the cell that equals 0 and row 1 as the
row you wish to apply the condition to. Not knowing how far down the row you
need the condition, I will say from A1:M1. In each cell (A1:M1) place the
below formula:

=AND($A$1<"",$A$1=0)

Make sure you indicate "Formula Is" in condtion.

Les
"jostlund" wrote:

How would I apply conditional formatting to a row if cell = 0, and not just
to the cell?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Conditional Formatting

That does it! Thanks very much.

"WLMPilot" wrote:

The only way I know to do it is by placing a conditional format within each
cell, unless you had a macro do it automatically. I might could help you
better if I knew exactly what you wanted to accomplish. However, based on
your example, I am going to use A1 as the cell that equals 0 and row 1 as the
row you wish to apply the condition to. Not knowing how far down the row you
need the condition, I will say from A1:M1. In each cell (A1:M1) place the
below formula:

=AND($A$1<"",$A$1=0)

Make sure you indicate "Formula Is" in condtion.

Les
"jostlund" wrote:

How would I apply conditional formatting to a row if cell = 0, and not just
to the cell?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Conditional Formatting

Select the entire row or a range of cells across that row, say A1:L1

FormatCFFormula is: =$A$1=0

The row or range of cells will turn color if A1 is = to 0

Note the $ signs which fix A1 as the trigger cell.

If doing a bunch of rows at the same time, say A1:L50 the formula would read

=$A1=0 which fixes the column but not the row.


Gord Dibben MS Excel MVP


On Wed, 21 Mar 2007 11:28:03 -0700, jostlund
wrote:

How would I apply conditional formatting to a row if cell = 0, and not just
to the cell?


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Conditional Formatting

Much easier - thanks!


"Gord Dibben" wrote:

Select the entire row or a range of cells across that row, say A1:L1

FormatCFFormula is: =$A$1=0

The row or range of cells will turn color if A1 is = to 0

Note the $ signs which fix A1 as the trigger cell.

If doing a bunch of rows at the same time, say A1:L50 the formula would read

=$A1=0 which fixes the column but not the row.


Gord Dibben MS Excel MVP


On Wed, 21 Mar 2007 11:28:03 -0700, jostlund
wrote:

How would I apply conditional formatting to a row if cell = 0, and not just
to the cell?



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 based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting SBárbara Excel Discussion (Misc queries) 6 June 2nd 06 11:10 PM
Conditional formatting Pete_UK New Users to Excel 11 June 2nd 06 12:43 AM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


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