D
Don
Sometimes I have to troubleshoot a formula that uses dynamic ranges. Here is
an example formula:
=CORREL(OFFSET(Sheet3!$A$1,1,MATCH(C$1,Sheet3!$1:$1,0)-1,$A$1),(OFFSET(Sheet3!$A$1,1,MATCH($A241,Sheet3!$1:$1,0)-1,$A$1))).
Is there a way to determine the exact cells addresses that the correl
function will operate on?
For example, the Formula Palette for the OFFSET function above may say:
Ref=0, row=102, col=214, height =144. Is there a way to determine the exact
cell address range this represents?
Thanks.
an example formula:
=CORREL(OFFSET(Sheet3!$A$1,1,MATCH(C$1,Sheet3!$1:$1,0)-1,$A$1),(OFFSET(Sheet3!$A$1,1,MATCH($A241,Sheet3!$1:$1,0)-1,$A$1))).
Is there a way to determine the exact cells addresses that the correl
function will operate on?
For example, the Formula Palette for the OFFSET function above may say:
Ref=0, row=102, col=214, height =144. Is there a way to determine the exact
cell address range this represents?
Thanks.