Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Enrique
 
Posts: n/a
Default How do I set up a clumn of days, skipping weekends?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default How do I set up a clumn of days, skipping weekends?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default How do I set up a clumn of days, skipping weekends?

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
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
Formula for adding days to a date excluding weekends and holidays? Jake via OfficeKB.com Excel Discussion (Misc queries) 3 May 20th 23 07:48 PM
Chronolize dates with varying days minus weekends Sheila Excel Worksheet Functions 1 February 10th 06 06:40 PM
No. of days split into periods Brian Ferris Excel Discussion (Misc queries) 3 January 31st 06 03:29 PM
Working days left in the month compared to previous months qwopzxnm Excel Worksheet Functions 8 October 24th 05 08:00 PM
How do you count work days excluding weekends and holidays? Hausma Excel Discussion (Misc queries) 2 April 8th 05 07:39 PM


All times are GMT +1. The time now is 10:57 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"