#1   Report Post  
VDan
 
Posts: n/a
Default Date formula needed

I need a formula to calculate the date 30 business days from a given date.
Any help appreciated.
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

Make sure you have the Analysis Toolpak installed (Tools-Addins & make sure
the Analysis Toolpak is checked).

Once installed you can use the WORKDAY() function that will do just what you
want

From the Help file

WORKDAY()

Returns a number that represents a date that is the indicated number of
working days before or after a date (the starting date). Working days exclude
weekends and any dates identified as holidays. Use WORKDAY to exclude
weekends or holidays when you calculate invoice due dates, expected delivery
times, or the number of days of work performed.

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.



"VDan" wrote:

I need a formula to calculate the date 30 business days from a given date.
Any help appreciated.

  #3   Report Post  
FSt1
 
Posts: n/a
Default

hi,
assuming your given date is in cell A1, try this.....

=WORKDAY(A1,30)

if you want to use diffenent numbers of days, put the number of days in cell
B1

=WORKDAY(A1,B1)

IF you want to go backwards into the past, enter negative days


adjust the formula to fit your data.

Regards
FSt1
"VDan" wrote:

I need a formula to calculate the date 30 business days from a given date.
Any help appreciated.

  #4   Report Post  
VDan
 
Posts: n/a
Default

Just tried it. Thank you, it works!

"Duke Carey" wrote:

Make sure you have the Analysis Toolpak installed (Tools-Addins & make sure
the Analysis Toolpak is checked).

Once installed you can use the WORKDAY() function that will do just what you
want

From the Help file

WORKDAY()

Returns a number that represents a date that is the indicated number of
working days before or after a date (the starting date). Working days exclude
weekends and any dates identified as holidays. Use WORKDAY to exclude
weekends or holidays when you calculate invoice due dates, expected delivery
times, or the number of days of work performed.

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.



"VDan" wrote:

I need a formula to calculate the date 30 business days from a given date.
Any help appreciated.

  #5   Report Post  
Paul Sheppard
 
Posts: n/a
Default


VDan Wrote:
I need a formula to calculate the date 30 business days from a given
date.
Any help appreciated.


Hi VDan

Try the Workday Function

If your date is in cell A1 you can enter in B! the following
=WORKDAY(A1,30)

This can also be adjusted for Holidays


--
Paul Sheppard


------------------------------------------------------------------------
Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
View this thread: http://www.excelforum.com/showthread...hreadid=400782

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
Custom Date formula needed Yogi_Bear_79 Excel Worksheet Functions 1 June 7th 05 08:45 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
formula IF returning current date diane Excel Worksheet Functions 1 March 10th 05 06:54 AM
Date formula Robyn Bellanger Excel Discussion (Misc queries) 2 December 16th 04 12:41 AM


All times are GMT +1. The time now is 06:06 AM.

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"