Workdays issue

L

Lorderon

Hi,
In cell A1, i have the start date
In cell B1, i have the duraiton in working days

I want to put a formula in cell C1 to give me the date from the start date
(cell A1) given the difference shown in the duration (cell B1)..

Example:
Cell A1 = Jan 2, 2009
Cell B1 = 5 days
By right, cell C1 should be equal to Jan 9, 2009

How to do it? What formula to put in cell C1??

Thanks!
 
M

Mike H

I should have mentioned the 3rd argument for workday

=WORKDAY(A1,B1,Holidays)

Where 'Holidays' is a named range that contain holiday dates you wish to
exclude.

Mike
 
L

Lorderon

Thanks it works!

Mike H said:
I should have mentioned the 3rd argument for workday

=WORKDAY(A1,B1,Holidays)

Where 'Holidays' is a named range that contain holiday dates you wish to
exclude.

Mike
 

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