Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
lkoyne
 
Posts: n/a
Default Schedule/Date Calculation

How do I calculate Dates (ie 10/11/05+5) to get only Week Days, not weekend
days??
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Take a look at WORKDAYS() in XL Help. This is an Analysis Toolpak Add-in
function (Tools/Add-ins...)

In article ,
lkoyne wrote:

How do I calculate Dates (ie 10/11/05+5) to get only Week Days, not weekend
days??

  #3   Report Post  
Gary''s Student
 
Posts: n/a
Default

If the date is in A1, rather than a simple =A1+5

try =A1+5+(WEEKDAY(A1+5)=7)*2+(WEEKDAY(A1+5)=1)
--
Gary's Student


"JE McGimpsey" wrote:

Take a look at WORKDAYS() in XL Help. This is an Analysis Toolpak Add-in
function (Tools/Add-ins...)

In article ,
lkoyne wrote:

How do I calculate Dates (ie 10/11/05+5) to get only Week Days, not weekend
days??


  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Tue, 11 Oct 2005 07:40:08 -0700, lkoyne
wrote:

How do I calculate Dates (ie 10/11/05+5) to get only Week Days, not weekend
days??


Look at HELP for the WORKDAY function. It requires installation of the
Analysis Tool Pak.

For your example above:

A1: 10/11/05
B1: 5
C1: =WORKDAY(A1,B1) := Tuesday, October 18, 2005

You'll need to format C1.

Note that the WORKDAY formula has an optional "Holidays" argument where you can
specify a range that contains all of the holidays that you don't want to count.



--ron
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
Commission Calculation with IF Stmt. Shams Excel Worksheet Functions 2 August 10th 05 05:06 PM
Calculation Setting in Excel Stuart Bisset Excel Discussion (Misc queries) 0 June 17th 05 09:54 AM
How do I use a check box to accept a calculation Joejoethecrackman Excel Discussion (Misc queries) 5 March 22nd 05 08:47 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


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