Calclation based on current date

it's an excel world

Board Regular
Joined
Sep 17, 2008
Messages
126
Hi all,

I have a question about calculating days from the current date.

I have a sheet in which cell A1 is set up to display "today" date. In cell A2, I would like a formula that would calculate and display the date 20 days out from the "today" date. However, if the 20th day is a Saturday or Sunday, I want it to display the following Monday's date (21st or 22nd day). The calculation does not need to factor in weekends in between, only if the 20th day fall on Sat or Sun.

Thanks is advance!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Prior to XL2007, you will need to load the Analysis Toolpak for this:

=WORKDAY(A1+19,1)
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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