Corticus
Well-known Member
- Joined
- Apr 30, 2002
- Messages
- 1,579
Wassup fellow Excelers,
I would like to take a single dimension array and display the values down a range of cells. Can I do this?
In this example, I create a 6 element array from the range("A1:A6").
Then I do some array manipulation (like quicksort).
Now I want to return the array to a range of cells.
Kind of like this, but without the error:
In this case, I would want to use the formula just like I did, but [B1] would display the array(1), [B2] would display array(2) etc.
Thanks in advance for any help!
I would like to take a single dimension array and display the values down a range of cells. Can I do this?
In this example, I create a 6 element array from the range("A1:A6").
Then I do some array manipulation (like quicksort).
Now I want to return the array to a range of cells.
Kind of like this, but without the error:
In this case, I would want to use the formula just like I did, but [B1] would display the array(1), [B2] would display array(2) etc.
Thanks in advance for any help!