Add Months in Sequence

Skybluekid

Well-known Member
Joined
Apr 17, 2012
Messages
1,226
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I have the below which takes the first date an activity was completed.
GD Task Master.xlsx
BCDEFG
13Appraisal29-Jun-2229-Jun-2328-Jun-2428-Jun-2528-Jun-26
Person View
Cell Formulas
RangeFormula
C13:G13C13=SEQUENCE(,5,INDEX(Entry[Date Complete],XMATCH($B$2&B4,Entry[Staff Member]&Entry[Activity],0,-1)),365)
Dynamic array formulas.


What I would like is to add 12 months in the step value. I cant use days as the calculation is not accurate.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
How about
Excel Formula:
=EDATE(INDEX(Entry[Date Complete],XMATCH($B$2&B4,Entry[Staff Member]&Entry[Activity],0,-1)),SEQUENCE(,5,12,12))
 
Upvote 0
Solution
or how about the following formula on D13, which may be copied to Cells on the right.
Excel Formula:
=DATEVALUE(MONTH(C13)&"/"&DAY(C13)&"/"&YEAR(C13)+1)
 
Upvote 0

Forum statistics

Threads
1,215,478
Messages
6,125,040
Members
449,205
Latest member
Eggy66

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