Hi this topic has been covered a bit including by me asking a similar question with a slightly different purpose. I am trying to perform the equivalent of a sumif across many excel sheets and I'm trying to avoid sumif[sheet1]+sumif[sheet2] for 75-100 sheets. I tried a VBA 3D code and it worked great except it took a full 60 seconds for my workbook to update for every change.
Now on my sample workbook I am trying to sum payroll in columns C:N, representing months of the year, on sheets Fund1, Fund2, and Fund3. The lookup values are in column A on each of those sheets all of the data is in rows 5-8 consisting of names in column A and salary amounts in columns C:N. The catch is there are 7 names in total, four each randomly assigned to each sheet. These seven names are summarized on the summary sheet called Fund Summary. The summary sheet also has all 12 months, but in columns E- P. The seven names are in rows 5:11 on the summary sheet.
I will try to upload the sample table we used before from my last request. It already has a WS table set up and a sumif indirect formula, but for column matching. I left the formula on one row on the Fund Summary tab only in case it helps as a starting point.
I hope someone can help. My boss has discarding my work because of the VBA slow down and gone to a manual sheet with forced numbers and fake projections.
Thanks Gary
Now on my sample workbook I am trying to sum payroll in columns C:N, representing months of the year, on sheets Fund1, Fund2, and Fund3. The lookup values are in column A on each of those sheets all of the data is in rows 5-8 consisting of names in column A and salary amounts in columns C:N. The catch is there are 7 names in total, four each randomly assigned to each sheet. These seven names are summarized on the summary sheet called Fund Summary. The summary sheet also has all 12 months, but in columns E- P. The seven names are in rows 5:11 on the summary sheet.
I will try to upload the sample table we used before from my last request. It already has a WS table set up and a sumif indirect formula, but for column matching. I left the formula on one row on the Fund Summary tab only in case it helps as a starting point.
I hope someone can help. My boss has discarding my work because of the VBA slow down and gone to a manual sheet with forced numbers and fake projections.
Thanks Gary