Summary Sheet Problem

cwallace70

Board Regular
Joined
Mar 7, 2011
Messages
172
I have an excel workbook that have 12 monthly tabs and on summary sheet. I need to get a summary for the following:
1. a summary of each agency (1R) in column C of each monthly tab
2. that have a line of business (UL & L99 & L121) in column D ofeach monthly tab
3. That have an amount next to each of theline of business in column E.
Is this possible with Sumproduct without making the formula take a very long time to calculate?
Would it be better to do this as another function such as pivot table or VBA? which I am not to familiar with setting up.

Thanks for your help
 
=SUMPRODUCT(INDIRECT("'"&SheetList&"'!C6:C50"),$A15,INDIRECT("'"&SheetList&"'!D6:D50"=$C$3),INDIRECT("'"&SheetList&"'!E6:E50"))

I am getting the #Value! error. I see the sheets listed in the drop down on the name box, but I cannot figure out why the formula is not giving me a result :confused:
 
Upvote 0

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Excel is telling me I have an error in my formula below and it highlights the red C3. Can someone look at this formula a tell me what I am doing wrong.


=SUMPRODUCT(SUMIF(INDIRECT($A$99:$L$99&"!C:C"),$A12,INDIRECT($A$99:$L$99&"!D:D"),C3,INDIRECT($A$99:$L$99&"!E:E")))

I am trying to get a sum on a summary sheet whithout using the "sheets" formula.
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,879
Members
452,948
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top