Is it possible to adjust a row number within a formula based on a cell value. A simple example (A1+A2) Where the 1 in the formula would change based on a cell referance. Something like this (A(c10)+A2)
I need the column to remain as "A" but for the row number to change based on a value in a specific cell. The solution doesn't seem to reference column "A" for the first part of teh equation but maybe I am not reading it right?
I tried that but I get a #ref! error. Do I have to put something in parameters 3 and 4. This is what it looks like now. =INDIRECT(ADDRESS(3,2,,,"Data!")) If I don't put quotes around the sheet name it won't let me out of the cell. Thanks