Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a row of dates which start from =TODAY() and increment by 1 along the
row giving a sequential row of dates. The dates are all highlighted in one color I would like to highlight weekends in a different color format to make them stand out. I would like this to be done automatically. Is there anyway to do this? Thanks, Roger |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can do this with a conditional format. Use this formula
=AND(WEEKDAY(A2,2)=6,ISBLANK(A2)=FALSE) -- HTH, Barb Reinhardt "Roger on Excel" wrote: I have a row of dates which start from =TODAY() and increment by 1 along the row giving a sequential row of dates. The dates are all highlighted in one color I would like to highlight weekends in a different color format to make them stand out. I would like this to be done automatically. Is there anyway to do this? Thanks, Roger |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Barb,
This works very nicely. Thankyou so much! All the best, Roger |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Barb,
I have another question I have an Excel Gantt chart. I would like to add a line down the rows to coincide with each month end, so that each month range has verticla boundaries. The date range is along row 27. I use the conditional formating you suggested to recognise weekends so I suspect I can also use conditional formatting to recognise month ends. What do you think? Thanks, Roger "Barb Reinhardt" wrote: You can do this with a conditional format. Use this formula =AND(WEEKDAY(A2,2)=6,ISBLANK(A2)=FALSE) -- HTH, Barb Reinhardt "Roger on Excel" wrote: I have a row of dates which start from =TODAY() and increment by 1 along the row giving a sequential row of dates. The dates are all highlighted in one color I would like to highlight weekends in a different color format to make them stand out. I would like this to be done automatically. Is there anyway to do this? Thanks, Roger |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Formula Excluding Weekends | Excel Discussion (Misc queries) | |||
Date - I would like to skip weekends in a date range | Excel Worksheet Functions | |||
Skip Weekends in date | Excel Worksheet Functions | |||
In MS Excel 03, how do I determine an end date (with weekends)? | Excel Worksheet Functions | |||
Conditionally formating weekends | Excel Worksheet Functions |