Forum Discussion

Rod_Sims's avatar
Rod_Sims
Copper Contributor
Sep 17, 2022
Solved

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 ...
  • Riny_van_Eekelen's avatar
    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. 

Resources