Hi everybody,
I have a workbook with a summary sheet that needs to be populated by a number of info tabs onto which information is updated manually.
I could manually link each summary sheet cell to all the related info tabs ('INFO1'!C6+'INFO2'!C6+....), or do something similar with vlookup, but this would take a long time to do, take loads of CPU time to process recalculation, and need to be updated regularly if new items or tabs were added.
I'm sure there is a way to use sumproduct to search all tabs in the workbook for relevant information and sum it on the summary tab using a fairly short formula that would still work if the info or summary tabs were updated, and if new sheets were added. However, I've got rather rusty and am struggling to work out how to do this. I'd appreciate any help.
Thanks for your help guys,
I have a workbook with a summary sheet that needs to be populated by a number of info tabs onto which information is updated manually.
- The info tabs are in the same format as the summary tab, with item descriptions in column A, and data relating to this in columns C to N (the data is spend per month on each item in column A).
- While the format of each info tab is the same, the items in the description column change.
I could manually link each summary sheet cell to all the related info tabs ('INFO1'!C6+'INFO2'!C6+....), or do something similar with vlookup, but this would take a long time to do, take loads of CPU time to process recalculation, and need to be updated regularly if new items or tabs were added.
I'm sure there is a way to use sumproduct to search all tabs in the workbook for relevant information and sum it on the summary tab using a fairly short formula that would still work if the info or summary tabs were updated, and if new sheets were added. However, I've got rather rusty and am struggling to work out how to do this. I'd appreciate any help.
Thanks for your help guys,