Prepopulate dates based on first initial date

Sjokwaave

New Member
Joined
Oct 30, 2023
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hi all,

My second and hopefully last question to manage a sheet I've been given to work on. You'll have to forgive an excel noob!

I have a sheet with names in the first column and then dates in the subsequent columns (initial contact date and then 12 dates highlighting when contact is due in each subsequent month over the year, so 13 date columns in total).

Is it possible to format the sheet so that when I input the initial contact date, I can get excel to calculate and input the 12 monthly contact dates for the remaining columns based on the initial contact date?

I should note that there is already a conditional format in the date cells that highlights the cell 7 days before the due date - not sure if this would impact further formatting?

Any help is appreciated.

Thanks.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
If the same day of each month you can use the EDATE and SEQUENCE FUNCTIONS

Mr Excel Questions 71.xlsm
ABCDEFGHIJKLMN
1
2
3
41st Month2nd Month3rd Month4th Month5th Month6th Month7th Month8th Month9th Month10th Month11th Month12th Month13th Month
52023-11-042023-12-042024-01-042024-02-042024-03-042024-04-042024-05-042024-06-042024-07-042024-08-042024-09-042024-10-042024-11-04
6
Sjokwaave2
Cell Formulas
RangeFormula
C5:N5C5=EDATE(B5,SEQUENCE(1,12,1,1))
Dynamic array formulas.
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B5:N5Expression=(B5-7)<=TODAY()textNO
 
Upvote 1
Solution
I'm happy you found a solution.

-Best Wishes!
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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