EXCEL: Link to Cell Content inside LINE() -


i have formula containing:

=indirect("t1!o"&row(2:20000))

now dynamically replace 200000 number in cell (let's b10) in same worksheet cell containing formula.

i tried versions of using second "indirect" found no way might working. i'm grateful kind of tips!

try this:

=indirect(t1&"!o" & row(indirect("2:" & a1))) 

change a1 cell containing 20000.


Comments

Popular posts from this blog

ruby - re-try logic in a simple loop -

ruby - Accessing variable name -

c# - Error in creating twitterizer app in asp.net -