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
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.
9 Replies
- Johns_CornerCopper Contributor
Thanks for your replies. Here is what I did.
- SaviaIron 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_CornerCopper ContributorThank you
- SergeiBaklanDiamond 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)*C3and assuming division of number on average returns integer.
- Johns_CornerCopper Contributor
SergeiBaklan Thank you very much
- SergeiBaklanDiamond Contributor
Johns_Corner , you are welcome