Forum Discussion
Olivier960
Mar 12, 2023Copper Contributor
[Excel 365] Positioning a list of values as a "staircase" with dynamic array
Good day dear Excel community I'm scratching my head around a formula I need to write to create the range on the right with a dynamic array. I need to do the following transformation using a ...
- Mar 12, 2023
It's a rare occasion that MUNIT gets some work.
=LET(r,ROWS(Input),matrix,MUNIT(r)*Input,CHOOSECOLS(matrix,INT(SEQUENCE(r*rep,,MIN(Input),1/rep))))
Olivier960
Mar 12, 2023Copper Contributor
Patrick2788 : amazing. I didn't even know there was a MUNIT function in Excel. It takes me back years ago to math class!
Thanks for the fantastic help
Patrick2788
Mar 12, 2023Silver Contributor
You're welcome! Glad to help.