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.
Savia
Apr 02, 2020Iron Contributor
Johns_Corner This is possible in Office 365 using dynamic arrays; example attached. This sort of thing is possible in Google Sheets or Office 356 but not in earlier versions of Excel.
Johns_Corner
Apr 03, 2020Copper Contributor
Thank you