Hello All!
I have an array of numbers represented in adjacent cells in a spreadsheet as so...
1,2,4,6,7,9,15,23,28,32 for example.
I also have a pair of numbers. One number the array reference, the other the offset.
I wish to be able to return the value in the array at (reference + offset)...