Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to apply a conditional format to a selection of cells that will
change the fill to gray when the value in another cell = "No". So, let's say "No" was input into cell A1, if so then cells B1 through E1 would automatically fill with gray. If the value in A1 is blank or "Yes" or anything else, then no formatting would occur in those cells because data would need to be input in them. Is it possible to do this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In B1, create a conditional format of:
=$A$1="No" and set the fill to gray. Now copy the format of B1 down to E1 (right-drag the fill handle and choose Fill Formatting Only). Regards, Fred "Noel" wrote in message ... I would like to apply a conditional format to a selection of cells that will change the fill to gray when the value in another cell = "No". So, let's say "No" was input into cell A1, if so then cells B1 through E1 would automatically fill with gray. If the value in A1 is blank or "Yes" or anything else, then no formatting would occur in those cells because data would need to be input in them. Is it possible to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding data only if adjacent to cell labeled "male"/"female" | Excel Worksheet Functions | |||
Shortcut to switch from "fill down" to "copy" with mouse drag | Excel Discussion (Misc queries) | |||
Combine text from multiple cells into one cell - =(A1&","&A2","&A3 | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Problem with adding "+1" to one cell while another cell decreased by "1"? | New Users to Excel |