Forum Discussion
Johns_Corner
Apr 02, 2020Copper Contributor
Need help how to do this
I don’t know how to explain it so here is a screenshot of what I want to happen
- Apr 02, 2020
If you are on Excel with dynamic arrays that could be
with
=EDATE(C5,SEQUENCE(C2/C3)-1)and
=SEQUENCE(C2/C3,1,1,0)*C3and assuming division of number on average returns integer.
SergeiBaklan
Apr 02, 2020Diamond Contributor
If you are on Excel with dynamic arrays that could be
with
=EDATE(C5,SEQUENCE(C2/C3)-1)
and
=SEQUENCE(C2/C3,1,1,0)*C3
and assuming division of number on average returns integer.
- Johns_CornerApr 03, 2020Copper Contributor
SergeiBaklan Thank you very much
- SergeiBaklanApr 03, 2020Diamond Contributor
Johns_Corner , you are welcome
- Johns_CornerApr 03, 2020Copper Contributor
SergeiBaklan Hello again. Sorry to bother you so much but here is another situation in which I want to start the sequencing basing from the date I entered. Is this possible?