Excel_help_in_need
New Member
- Joined
- Jan 29, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- 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
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