Hi,
I have a formula =sum('sheeta'!$b$69,'sheeta'!$e$69) and I now need to have the row ($69) change based upon the value of another cell. For example if cell 'a1' has 5 in it then the formula would evaluate to:
=sum('sheeta'!$b$5,'sheeta'!$e$5)
Every time you change the 'a1' cell it would cause the formula's to evaluate differently.
I was thinking something like:
=sum('sheeta'!$b$ & cell("contents",a1), ...)
but it doesn't seem to work.
Can this be done and how?
I have a formula =sum('sheeta'!$b$69,'sheeta'!$e$69) and I now need to have the row ($69) change based upon the value of another cell. For example if cell 'a1' has 5 in it then the formula would evaluate to:
=sum('sheeta'!$b$5,'sheeta'!$e$5)
Every time you change the 'a1' cell it would cause the formula's to evaluate differently.
I was thinking something like:
=sum('sheeta'!$b$ & cell("contents",a1), ...)
but it doesn't seem to work.
Can this be done and how?