Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does anyone know if, and how, is possible to use Conditional Formatting
feature to automatically highlight the whole row if a specific cell in that row is non-blank (or blank)? Thank you! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
highlight entire row a. select conditional formatting and do formula is
=isblank(a1) adjust for your cell and row hth, Dave "Nat Maxwell" wrote: Does anyone know if, and how, is possible to use Conditional Formatting feature to automatically highlight the whole row if a specific cell in that row is non-blank (or blank)? Thank you! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Suppose you want to highlight all of row 1, A1:IV1, if cell E1 is blank: Select row 1 by clicking on the row header Goto FormatConditional Formatting Formula is: =$E$1="" Click the Format button Select the style(s) desired OK out If you want to change the condition to highlight the row if the cell IS NOT BLANK, just change: Formula is: =$E$1<"" Biff "Nat Maxwell" wrote in message ... Does anyone know if, and how, is possible to use Conditional Formatting feature to automatically highlight the whole row if a specific cell in that row is non-blank (or blank)? Thank you! |
#4
![]() |
|||
|
|||
![]()
Yes, it is possible to use Conditional Formatting to highlight the whole row based on whether a specific cell in that row is blank or non-blank. Here are the steps to do so:
Now, any row that has a non-blank value in cell A1 will be highlighted with the color you chose in step 7. If you want to highlight the row if cell A1 is blank instead, simply change the formula in step 5 to: Formula:
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formating Based on Date | Excel Discussion (Misc queries) | |||
Creating a conditional format for a cell based on another cell's v | Excel Discussion (Misc queries) | |||
Conditional Formatting Blank =white.. but 4 conditions | Excel Worksheet Functions | |||
conditional formatting blank cell | Excel Discussion (Misc queries) | |||
Lookup with search range start based on position of last blank lin | Excel Worksheet Functions |