Date formulas (date + no of days to return date mon-dri only)

L

ls30819

I am trying to find a formula to enter a date then add 3 days to return a working day date (not sat or sun) eg:

date no of days to add
3/3/04 3
4/3/04 3

I need the results to be 8/3/04 but doesn't matter what I do I get saturday and sundays date. Can anyone give me the correct formula to use.
 
F

Frank Kabel

Hi
try
=WORKDAY(A1,A2)
if A1 is your start date and A2 the number of working day to add
 
N

Norman Harker

Hi!

Use:

WORKDAYS(A1,B1)

Where A1 contains the date and B1 the number of working days to add.

This is an Analysis ToolPak function.

See Help for adjusting for holidays and if you get a return of #NAME!
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
ls30819 said:
I am trying to find a formula to enter a date then add 3 days to
return a working day date (not sat or sun) eg:
date no of days to add
3/3/04 3
4/3/04 3

I need the results to be 8/3/04 but doesn't matter what I do I get
saturday and sundays date. Can anyone give me the correct formula to
use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top