Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm looking for a way to have a continuous column of numbers vertically, and
when the date hits a weekend, it will skip to the following Monday. Is this a possibility? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Here's one way: Enter the first date in the first cell: A1 = 1/2/2006 (Monday) Enter this formula in A2 and copy down as needed: =A1+CHOOSE(WEEKDAY(A1,2),1,1,1,1,3,2,1) Biff "Enrique" wrote in message ... I'm looking for a way to have a continuous column of numbers vertically, and when the date hits a weekend, it will skip to the following Monday. Is this a possibility? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Enter the first five dates (weekdays only). If these are in A2:A6, select A7
and enter the formula =A2+7. Copy that formula down as far as you need. "Enrique" wrote: I'm looking for a way to have a continuous column of numbers vertically, and when the date hits a weekend, it will skip to the following Monday. Is this a possibility? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula for adding days to a date excluding weekends and holidays? | Excel Discussion (Misc queries) | |||
Chronolize dates with varying days minus weekends | Excel Worksheet Functions | |||
No. of days split into periods | Excel Discussion (Misc queries) | |||
Working days left in the month compared to previous months | Excel Worksheet Functions | |||
How do you count work days excluding weekends and holidays? | Excel Discussion (Misc queries) |