Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike
 
Posts: n/a
Default How do I shade cells that are below Sat or Sun in a calender?

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   Report Post  
Posted to microsoft.public.excel.misc
Debra Dalgleish
 
Posts: n/a
Default How do I shade cells that are below Sat or Sun in a calender?

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   Report Post  
Posted to microsoft.public.excel.misc
Mike
 
Posts: n/a
Default How do I shade cells that are below Sat or Sun in a calender?

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   Report Post  
Posted to microsoft.public.excel.misc
Debra Dalgleish
 
Posts: n/a
Default How do I shade cells that are below Sat or Sun in a calender?

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
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
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
Is there an Excel function to shade cells? Tommy Excel Worksheet Functions 2 October 29th 05 03:37 AM
how do i protect cells in a shared worksheet Debi Excel Discussion (Misc queries) 3 September 30th 05 11:15 PM
requires that merged cells must be identically sized? Catt Excel Discussion (Misc queries) 11 July 3rd 05 12:36 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


All times are GMT +1. The time now is 11:36 AM.

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"