I want to use and Excel formula, not VBA, to create an array with the following values:
The formula must allow the range to grow dynamically as a copy it down horizontally and vertically.
There are a number of solutions using VBA, but I wonder if it can be achieved using hstack etc.