Sumifs, Index, formula only summing first value

Excel_help_in_need

New Member
Joined
Jan 29, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi, Thank you for any help!

I am trying to sum quantities in a data entry table by three criteria; hazardous/non-hazardous, type of waste and process method. Additionally it needs to sum this across the multiple tabs, all with same data entry format. I have used below formula, which is repeated multiple times for the number of data entry sheets;

SUMIFS(INDIRECT("'"&$C$3&"'!$AH$25:$AH$481"),INDIRECT("'"&$C$3&"'!$E$25:$E$481"),Consolidation!$C65,INDIRECT("'"&$C$3&"'!$G$25:$G$481"),Consolidation!G$49,INDIRECT("'"&$C$3&"'!$F$25:$F$481"),Consolidation!$D$61)

It works in that it is returning the values based on the criteria, but it is stopping at the first time it finds the criteria, e.g., sum all quantities that are 1, plastic waste, 2, hazardous, 3, recycled.

How do I get it to sum all that meet the criteria so data is not missed in my summary table?

Thankyou
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
are you trying to do effectively a 3d sumif

that works for me and somes the values that are in the sheet named in c3

perhaps this may help

perhaps a sample example would help here
I have a small sample - BUT it will only sum wants in Sheet3 - as thats what value is in C3
i only keep on dropbox for a few days


3dsum-ETAF.xlsx
ABC
1
24
3sheet3
consolidation
Cell Formulas
RangeFormula
A2A2=SUMIFS(INDIRECT("'"&$C$3&"'!$AH$25:$AH$481"),INDIRECT("'"&$C$3&"'!$E$25:$E$481"),consolidation!$C65,INDIRECT("'"&$C$3&"'!$G$25:$G$481"),consolidation!G$49,INDIRECT("'"&$C$3&"'!$F$25:$F$481"),consolidation!$D$61)


3dsum-ETAF.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAI
1SUMIFS(INDIRECT("'"&$C$3&"'!$AH$25:$AH$481"),INDIRECT("'"&$C$3&"'!$E$25:$E$481"),Consolidation!$C65,INDIRECT("'"&$C$3&"'!$G$25:$G$481"),Consolidation!G$49,INDIRECT("'"&$C$3&"'!$F$25:$F$481"),Consolidation!$D$61)
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25a211
26b212
27a213
28b214
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Sheet3
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,095
Latest member
nmaske

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