Formula for increasing dates by a value requied

Jana55

New Member
Joined
May 19, 2011
Messages
6
I need help with a formula that will take a date in a cell and add for example 3 days to the date and display the answer in date format.

For example:

Cell B1 has a date of (01/05/11)
In Cell A2 have 3. I want to display in cell B2 the date (04/05/11) sum of B1 plus 3 days hence.

If possible I would like the calucation to only display week days.
My formula experience is limited can anyone suggest a solution for me?

Kind Regards

Jana
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Try

=WORKDAY(B1,A2)

In Excel 2003 and earlier you need the Analysis Toolpak from Tools > Add-ins.
 
Upvote 0
How about:

=WORKDAY(B1,A2,Holidays)

... assuming that you have a named range of the holidays that you want to skip. The WORKDAY function is is part of the Analysis Toolpak, which you'll need to add-in if you are using a version of Excel before 2007 ( Tools/Add-Ins ).
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,876
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top