hi,
i have a tricky question on cell referencing (something along INDIRECT or ADDRESS or even CELL).
example:
F12: aaaa
E14: 1111
J11: =F12 (value is aaaa)
K11: I want to get value 1111 at E14, but only from cell J11's cell value reference + and - columns & rows.
explanation:
basically, from J11, i have a formula that reference to column F and row 12.
I want to "go" to column F-1 and 12+2 (i.e. column F minus 1 column, and row 12 plus 2 rows down) ... end address is E and 14, so if i use =INDIRECT(E14), i shud get 1111.
hope this clears the intention![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
thanks!
i have a tricky question on cell referencing (something along INDIRECT or ADDRESS or even CELL).
example:
F12: aaaa
E14: 1111
J11: =F12 (value is aaaa)
K11: I want to get value 1111 at E14, but only from cell J11's cell value reference + and - columns & rows.
explanation:
basically, from J11, i have a formula that reference to column F and row 12.
I want to "go" to column F-1 and 12+2 (i.e. column F minus 1 column, and row 12 plus 2 rows down) ... end address is E and 14, so if i use =INDIRECT(E14), i shud get 1111.
hope this clears the intention
thanks!