From DATE To DATE

ozbeachbum

Board Regular
Joined
Jun 3, 2015
Messages
159
Office Version
  1. 2021
Platform
  1. Windows
I have a start day and date entered in F46 and I am looking to have a calculation in H46 that will show the END DAY and DATE in 12 months. (The day before the next start date which will be the Wednesday).
EG: F46 Wed 14- Sep-22 H46 Tue 12-Sep-23
Any assistance greatly appreciated.
Cheers,
Dave.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Not sure if it works on all dates, but give it a try:

Book1.xlsm
FGH
46Wed 14-Sep-22>Tue 12-Sep-23
Sheet30
Cell Formulas
RangeFormula
H46H46= F46 + 363
 
Upvote 0
Solution
It depends a little bit on what you trying to do.
Anything that is based on a multiple of 7 is going to work ie 7*52 -1 = 363 Post #2
I don't believe using months (post #3) will work without adjusting what day of the week you land on since you won't always land on the same day of the week.

Weeks in a financial period can vary since it depends on where you land in relation to your Year-end date, eg roughly every 5 or 6 years you will need 53 weeks instead of 52 in a financial year. So if this is relevant to you we need to build in a test for that.
 
Upvote 0

Forum statistics

Threads
1,214,904
Messages
6,122,169
Members
449,070
Latest member
webster33

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