I will have 1 spreadsheet for actual cash and 1 for projected cash for each month going forward.
(The actual will pull data from a list of actual cash transactions through "yesterday"; data will be pulled from the projection spreadsheet (into the actual cash spreadsheet) for "today" and all future dates).
I am trying to create the reference in each cell of the actual cash spreadsheet. (I've written the logical IF statement that determines whether to use actual cash or projected cash based on the current date. Am missing this piece...) A cell in the "Sept_Actual_ 2009" actual cash spreadsheet has (for example) text that reads: PROJ_2009_9 which is the name of the spdsht containing the projections.
So for each "future" cell in the actual cash SS, I want to use a logical statement that says if the cell is within the future date range, it will populate with corresponding cell value in the PROJ_2009_9 SS. I've tried: =$A$2&"!"&F14 to try to get the cell reference PROJ_2009_9!F14 (on the actual cash spreadsheet) -- but the active cell shows only the text PROJ_2009_9!F14 rather the value of PROJ_2009_9!F14.
(The actual will pull data from a list of actual cash transactions through "yesterday"; data will be pulled from the projection spreadsheet (into the actual cash spreadsheet) for "today" and all future dates).
I am trying to create the reference in each cell of the actual cash spreadsheet. (I've written the logical IF statement that determines whether to use actual cash or projected cash based on the current date. Am missing this piece...) A cell in the "Sept_Actual_ 2009" actual cash spreadsheet has (for example) text that reads: PROJ_2009_9 which is the name of the spdsht containing the projections.
So for each "future" cell in the actual cash SS, I want to use a logical statement that says if the cell is within the future date range, it will populate with corresponding cell value in the PROJ_2009_9 SS. I've tried: =$A$2&"!"&F14 to try to get the cell reference PROJ_2009_9!F14 (on the actual cash spreadsheet) -- but the active cell shows only the text PROJ_2009_9!F14 rather the value of PROJ_2009_9!F14.