B
Billy
Anybody know is it possible to write string which contain multiple
cells and then evaluate that.
For example with INDIRECT you can do:
If Sheet1 contain in A1 value 10 and Sheet2 contain in A2 value 20
I can do this:
=INDIRECT("Sheet1!A1") and I get 10
But it doesn't work that:
=INDIRECT("Sheet1!A1+Sheet2!A2"). I get #REF!
So Question is it possible to evaluate string expression like this
"A1+A2/2". Anybody have some idea how to calculate strings which have
more cell references?
Billy
cells and then evaluate that.
For example with INDIRECT you can do:
If Sheet1 contain in A1 value 10 and Sheet2 contain in A2 value 20
I can do this:
=INDIRECT("Sheet1!A1") and I get 10
But it doesn't work that:
=INDIRECT("Sheet1!A1+Sheet2!A2"). I get #REF!
So Question is it possible to evaluate string expression like this
"A1+A2/2". Anybody have some idea how to calculate strings which have
more cell references?
Billy