Hello,
Sorry but I am not sure how to link the excel file. Could you give me an example of what the formula would be if using a column header? For example Sheet 1 is Jan and Sheet 2 is Feb.
Jan excel tab Feb excel tab
Column AB Column F
Closing NAV (header) Opening NAV (header)
Row 11 $200 Needs to pull $200
Row 12 $500 Needs to pull $500
Row 13 $4000
Needs to pull $4000
Formula I am using works where N1 is the "previous sheet" formula you gave in the last excel sent above.
=INDIRECT("'"&$N$1&"'!"&CELL("address",AB11)). But now If I a column to Jan tab, then the formula will continue to take AB where it should be taking AC.