Forum Discussion
Rod_Sims
Sep 17, 2022Copper Contributor
Working with Arrays
There may well be a simple solution to this, but I've search far and wide and can't find how Excel can achieve this outcome. I have an array of numbers stored in A1:G10. I'm trying to retrieve the ...
- Sep 17, 2022
Rod_Sims The basic formula would look like this:
=INDEX(A1:G10,3,4)
where you can replace the 3 and 4 with references to cells that contain these numbers.
Riny_van_Eekelen
Sep 17, 2022Platinum Contributor
Rod_Sims The basic formula would look like this:
=INDEX(A1:G10,3,4)
where you can replace the 3 and 4 with references to cells that contain these numbers.
Rod_Sims
Sep 17, 2022Copper Contributor
Thank you so much - an elegant and simple solution to what I had thought might be more complex. I've got my formulas working. Again, thank you!