Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Return Working Day 1 and so on

Hello,

I am attempting to set up a calendar that is generic by working day labeled
1..2..3, etc. That part is easy enough, however below the working day
number, I would like excel to calculate the corresponding date that goes with
each work day for each month through the end of the year, excluding holidays.
Our work days are Monday through Friday.

Ideas?

Thanks!
Carmen

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Return Working Day 1 and so on

One way...

H1 = first date of the year = 1/1/2008

J1:J10 = list of holiday dates

Enter this formula in A1 and copy down as needed:

=WORKDAY(H$1,ROWS(A$1:A1)-(H$1<J$1),J$1:J$5)

Format as DATE

The WORKDAY function requires the Analysis ToolPak add-in be installed on
versions of Excel prior to Excel 2007.

See Excel help on the WORKDAY function if you get #NAME? errors.


--
Biff
Microsoft Excel MVP


"Carmen" wrote in message
...
Hello,

I am attempting to set up a calendar that is generic by working day
labeled
1..2..3, etc. That part is easy enough, however below the working day
number, I would like excel to calculate the corresponding date that goes
with
each work day for each month through the end of the year, excluding
holidays.
Our work days are Monday through Friday.

Ideas?

Thanks!
Carmen



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
Compare Value in Cell 1 to a List, Return Value if Match otherwise Return Null Ben Excel Discussion (Misc queries) 2 March 15th 07 01:02 AM
LOOKUP and return the column heading for IF/THEN return for False NN Excel Discussion (Misc queries) 1 October 6th 06 11:24 AM
was working, now :( Mark B Excel Worksheet Functions 1 January 17th 06 02:40 AM
Why is this not working? R.P.McMurphy Excel Discussion (Misc queries) 6 August 30th 05 09:34 PM
check if reference exists, then return its value or return 0 doudou Excel Worksheet Functions 1 June 4th 05 09:17 PM


All times are GMT +1. The time now is 01:09 PM.

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"