A11 = "ProjectedCash" (the name of a different worksheet than the active one - which is CashFlow)
CashFlow is the name of the worksheet where the following is in cell F17. This formula correctly pulls the value of F17 from ProjectedCash wksht.
=INDIRECT(""&$A$11&"!"&"F17")
However, I can't copy this formula to adjacent cells since the "F17" is constant. How can I change the syntax so that when the formula is copied to cell F18 of CashFlow, the formula changes to pull the value from F18 of ProjectedCash?
I've tried: =INDIRECT(""&$A$11&"!")&F17 . F17 changes to F18 when copied to the cell below. However, neither formula (in that syntax) pulls a value.
Thanks for your help.
swt
CashFlow is the name of the worksheet where the following is in cell F17. This formula correctly pulls the value of F17 from ProjectedCash wksht.
=INDIRECT(""&$A$11&"!"&"F17")
However, I can't copy this formula to adjacent cells since the "F17" is constant. How can I change the syntax so that when the formula is copied to cell F18 of CashFlow, the formula changes to pull the value from F18 of ProjectedCash?
I've tried: =INDIRECT(""&$A$11&"!")&F17 . F17 changes to F18 when copied to the cell below. However, neither formula (in that syntax) pulls a value.
Thanks for your help.
swt