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.
Johns_Corner
Apr 03, 2020Copper Contributor
Thanks for your replies. Here is what I did.