Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
No Name
 
Posts: n/a
Default Populate row with work days

Hi all,

I have a worksheet with one cell for start date (A1) and one cell for end
date (A2).

I would like to populate row 3 starting at A3 with all the work days
between start and end date inclusive if start and end date are work days.

I appreciate any assistance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Populate row with work days

On Monday, September 3, 2012 6:29:20 AM UTC-4, (unknown) wrote:
Hi all,



I have a worksheet with one cell for start date (A1) and one cell for end

date (A2).



I would like to populate row 3 starting at A3 with all the work days

between start and end date inclusive if start and end date are work days.



I appreciate any assistance.


Hi
Use this: =NETWORKDAYS(A1,A2)
I don't know what version of Excel you're using so you may need to have The Analysis Toolpak Activated. Go to ToolsAdd-insand check mark Analysis Toolpak
HTH
Cimjet
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,045
Default Populate row with work days

On Mon, 03 Sep 2012 10:29:19 GMT, wrote:

Hi all,

I have a worksheet with one cell for start date (A1) and one cell for end
date (A2).

I would like to populate row 3 starting at A3 with all the work days
between start and end date inclusive if start and end date are work days.

I appreciate any assistance.


A3: =IF(WORKDAY($A$1,COLUMNS($A:A))$A$2,"",WORKDAY($A $1,COLUMNS($A:A)))

If you are using a version of Excel prior to 2007, and this formula returns a #NAME error, see HELP for the WORKDAY function for instructions on how to resolve it by installing the Analysis ToolPak.
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
Populate days of the month in a column by checking on date Joe Excel Worksheet Functions 4 March 5th 09 05:56 AM
Work days Bob Freeman Excel Discussion (Misc queries) 6 January 30th 09 06:51 PM
Auto holiday days populate on other sheets Johnny Excel Worksheet Functions 2 April 13th 08 02:18 PM
Net Work Days Bryan Excel Discussion (Misc queries) 0 April 19th 06 09:23 PM
How to populate a combobox with the name of all the sheets in work Gordon[_2_] Excel Programming 5 October 30th 05 12:10 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"