Hello all you excel gurus.
So I am trying create a function that will return an array. The reason for the function is that the code has to iterate a number of times and the array will be used in its own loop later in the code process.
I tried the following:
i = the iteration number
the...