Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to set conditional formating of a cell or
range of cells based on the value of another cell? I have a spreadsheet with day of the week across the top. I want all cells below the day of the week to be shaded if the value in row 1 of that column is "Sat" or "Sun". Is there a way to do this? I know I can do it manually, but I'd like for to be based on conditional formatting since every month the weedays move. Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Formula is, formula of
=OR(A$1="Sat",A1="Sun") -- HTH RP "Vlip" wrote in message ... Is there a way to set conditional formating of a cell or range of cells based on the value of another cell? I have a spreadsheet with day of the week across the top. I want all cells below the day of the week to be shaded if the value in row 1 of that column is "Sat" or "Sun". Is there a way to do this? I know I can do it manually, but I'd like for to be based on conditional formatting since every month the weedays move. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formating multiple cells in 1 row based on a list of d | Excel Worksheet Functions | |||
Conditional Formating based on many cells | Excel Discussion (Misc queries) | |||
Conditional formating based on other cells | Excel Worksheet Functions | |||
conditional formating cells i Excel based on other cells values | Excel Worksheet Functions | |||
conditional formating - Highlighting text cells based on sales res | Excel Discussion (Misc queries) |