Increment dates automatically

Marion25

New Member
Joined
May 14, 2020
Messages
13
Office Version
  1. 2016
Platform
  1. Windows
I have a spreadsheet that I use for scheduling due dates which i would like it to automatically update according to the spreadsheet date .

Can someone please help me with formulas to calculate the following:

Monthly due date - The payment date needs to be 7th of the month. I need the month to update according to the date of the spreadsheet.

Quarterly date due - The payment date needs to update to be either 25th of Aug, Nov, Feb and May according to the spreadsheet date

Quarterly date due- The payment date needs to update to occur on the following dates - 15th of Jan, April, July and Oct according to the spreadsheet date
Thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Book1
ABC
1Today09/21/2021
2Monthly due dateQuarterly date due1Quarterly date due2
310/07/202111/25/202110/15/2021
Sheet1
Cell Formulas
RangeFormula
B1B1=TODAY()
A3A3=LOOKUP(EDATE($B$1,1),DATE(YEAR($B$1),MONTH($B$1)+{0,1},7))
B3B3=LOOKUP(EDATE($B$1,3),DATE(YEAR($B$1),{2,5,8,11,14},25))
C3C3=LOOKUP(EDATE($B$1,3),DATE(YEAR($B$1),{1,4,7,10,13},15))
 
Upvote 0
Solution

Forum statistics

Threads
1,214,649
Messages
6,120,728
Members
448,987
Latest member
marion_davis

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