Forum Discussion

Immortalis's avatar
Immortalis
Brass Contributor
Oct 19, 2019
Solved

Indirect relative to the referenced cell

Hi all,    I apologize if I posted this twice, the first time I wasn't sure if it posted or not.   I've been searching the net and reading articles for about a week now and can't find the answer ...
  • Bill Jelen's avatar
    Oct 20, 2019

    Immortalis It is a volatile function so it might slow down your worksheet if you have 10,000 of these, but how about =INDIRECT(OFFSET(A1,3,4,1,1)) in cell A1?

    The Offset function is moving from the current cell (A1), down 3 rows, over 4 columns, and choosing a range that is one row by one column tall. If E4 contains the test J1, then this formula will return the value from J1.

Resources