Sumproduct or Sumifs Across Multiple Sheets

Kerrbear

New Member
Joined
Jul 27, 2011
Messages
4
Hi, I've read so many threads and can't seem to find examples with similar structure to mine. Need help, please.

I'm trying to sum data across multiple worksheets into a summary where it must match text from the row & the year from the columns and sum the amounts across all worksheets. Showing very simplified version below...

- The worksheets will be numbered 1 through 16 and I have a list named "sheetlist"
- There is a year referenced in row 1 across all worksheets with data, but there may be multiple of same year where the summary will need to consolidate.
- The text in column A will appear once but row may not be inconsistent.

I've tried the sumproduct(sumifs(indirect but can't seem to get it to work.

I have been able to get sumproduct to work across a single worksheet, but not all 16.

Summary sheet:
ABCDE
12017201820192020
2REVENUE
3COS
4OH

<tbody>
</tbody>

Sample worksheet 1
ABCDE
12017201720172018
2REVENUE
3
4COS
5OH

<tbody>
</tbody>

Sample worksheet 2
ABCDE
12017201820182018
2
3REVENUE
4COS
5OH

<tbody>
</tbody>
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,215,359
Messages
6,124,488
Members
449,166
Latest member
hokjock

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