Basic MS Excel question.
May 9, 2007 5:11 AM
Subscribe
Basic MS Excel questions. How do I ask for the numeric value of the Nth cell to the right of the cell with this (requested) function in it? Relatedly, is there a way to write a function in some cell that places a numeric value in a cell N cells to the right of that cell?
posted by Mr. Justice to computers & internet (3 comments total)
1 user marked this as a favorite
In my test spreadsheet I put A1 to be your N (i.e. the index of the cell you want to look at.)
B1 contains this function.
C1:G1 is the range of values to the right of the cell
=INDEX(C1:G1,,A1)
Then what ever value you put in A1, the value of that index in the range you defined will be put in B1.
Good Luck!
posted by puddpunk at 5:28 AM on May 9, 2007