I want to automate a metrics sheet (if possible), to reduce the manual effort of updating each month. I have one sheet that calculates the current month and future project income and expenditure by a formula in each relevant month's column, referencing the project sheet matching the account name and totalling in Parent rows relevant to the type of project.
From this I pull Metrics for those project group Parent rows. Each month I delete the past month column so this sheet is continuously rolling forward on the current month and looking 5 years ahead. Then I remap the reference range for each cell. This is very time consuming.
I have been playing with a SUMIF and/or SUM(COLLECT formula and seeing if I can add together several column totals in the relevant rows, and then all I would need to do is change the column month names in that formula i.e. {Total Income and Expenditure 22/04}. It either comes up with error notifications or 0. I am trying to avoid having to go in and remap ranges which takes longer than just changing the numbers. Any ideas?