N
nastech
060903: INDIRECT / Setting to vary a range?
hi, am looking for way to vary a range from a single setting / cell..
to vary the number of columns used, in a range; have examples:
would like to be able to extend CR:CV (5 columns), to 10 columns.. CR9
A9
to allow row nine to be dynamic to any row. thanks
=IF(OR(CQ9="",CV9=""),"",AVERAGE(CR9:CV9))
have idea: (but does not allow for different rows?) / don't know how to
modify for use from a single cell..
or is there another way to answer problem? possibly INDIRECT?
=SUBSTITUTE(SUBSTITUTE(CELL("address",$CV$9),"$",""),ROW(),"")
hi, am looking for way to vary a range from a single setting / cell..
to vary the number of columns used, in a range; have examples:
would like to be able to extend CR:CV (5 columns), to 10 columns.. CR9
to allow row nine to be dynamic to any row. thanks
=IF(OR(CQ9="",CV9=""),"",AVERAGE(CR9:CV9))
have idea: (but does not allow for different rows?) / don't know how to
modify for use from a single cell..
or is there another way to answer problem? possibly INDIRECT?
=SUBSTITUTE(SUBSTITUTE(CELL("address",$CV$9),"$",""),ROW(),"")