I am using the INDIRECT function to reference a range for information. My formula looks like:
=AVERAGE($B$57:INDIRECT($E$44)), where $E$44 contains something like $B$100.
My problem is I need to use a formula like this on a different sheet referenced back to my original, something like:
=AVERAGE(Sheet2!$B$57:INDIRECT(Sheet2!$E$44)),
but for some reason this does not work to give me the same value as on the first worksheet. Does anyone have any suggestions on what I need to do differently to make this work?
=AVERAGE($B$57:INDIRECT($E$44)), where $E$44 contains something like $B$100.
My problem is I need to use a formula like this on a different sheet referenced back to my original, something like:
=AVERAGE(Sheet2!$B$57:INDIRECT(Sheet2!$E$44)),
but for some reason this does not work to give me the same value as on the first worksheet. Does anyone have any suggestions on what I need to do differently to make this work?