Date Formula

Rportz

Board Regular
Joined
Mar 24, 2016
Messages
55
ABC
1Friday, April 15, 2022Monday, April 17, 2023
2

Enter date in B1; Returns date in C1:

Date to be returned, in C1, should be 12 months from date in B1, minus one day; however, if date in C1 falls on a Weekend, then the return date (c1) will be next business day.

*In the example above, the return date in C1 should show Monday, April 17, 2023.
 
That was a typo on my part. 12 months from the 15th is the 15th, less one day is the 14th which is a Friday.
 
Upvote 0

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
That was a typo on my part. 12 months from the 15th is the 15th, less one day is the 14th which is a Friday.
Have you tried the formula? When I enter the date in the blue field, it is returning Sunday, April 16, 2023. I can't figure out why.
 
Upvote 0
If you want 1 year less 1 day use
Excel Formula:
=WORKDAY(F15-2,1)
 
Upvote 0

Forum statistics

Threads
1,215,540
Messages
6,125,405
Members
449,223
Latest member
Narrian

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