Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am setting up a calender in excel and I would like to shade the cells that
are below each Saturday and Sunday. I have listed the dates from cell B1 to AD1 and I have a list of to do items in A2 to A10. As the tasks are not to be completed on the weekend, I wanted to be able to shade in these cells. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select cells B2:AD10
Choose FormatConditional Formatting From the first dropdown, choose Formula Is In the formula box, type: =OR(WEEKDAY(B$1)=1,WEEKDAY(B$1)=7) where cell B2 is the active cell (you'll see B2 in the Name Box, at the left of the Formula Bar) Click the Format button, and on the Patterns tab, select the shading that you want. Click OK, OK. Mike wrote: I am setting up a calender in excel and I would like to shade the cells that are below each Saturday and Sunday. I have listed the dates from cell B1 to AD1 and I have a list of to do items in A2 to A10. As the tasks are not to be completed on the weekend, I wanted to be able to shade in these cells. Thanks -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Your a star!! Thanks.
"Debra Dalgleish" wrote: Select cells B2:AD10 Choose FormatConditional Formatting From the first dropdown, choose Formula Is In the formula box, type: =OR(WEEKDAY(B$1)=1,WEEKDAY(B$1)=7) where cell B2 is the active cell (you'll see B2 in the Name Box, at the left of the Formula Bar) Click the Format button, and on the Patterns tab, select the shading that you want. Click OK, OK. Mike wrote: I am setting up a calender in excel and I would like to shade the cells that are below each Saturday and Sunday. I have listed the dates from cell B1 to AD1 and I have a list of to do items in A2 to A10. As the tasks are not to be completed on the weekend, I wanted to be able to shade in these cells. Thanks -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome! Thanks for letting me know that it helped.
Mike wrote: Your a star!! Thanks. "Debra Dalgleish" wrote: Select cells B2:AD10 Choose FormatConditional Formatting From the first dropdown, choose Formula Is In the formula box, type: =OR(WEEKDAY(B$1)=1,WEEKDAY(B$1)=7) where cell B2 is the active cell (you'll see B2 in the Name Box, at the left of the Formula Bar) Click the Format button, and on the Patterns tab, select the shading that you want. Click OK, OK. Mike wrote: I am setting up a calender in excel and I would like to shade the cells that are below each Saturday and Sunday. I have listed the dates from cell B1 to AD1 and I have a list of to do items in A2 to A10. As the tasks are not to be completed on the weekend, I wanted to be able to shade in these cells. Thanks -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Is there an Excel function to shade cells? | Excel Worksheet Functions | |||
how do i protect cells in a shared worksheet | Excel Discussion (Misc queries) | |||
requires that merged cells must be identically sized? | Excel Discussion (Misc queries) | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions |