lilguitargal
New Member
- Joined
- Jan 28, 2025
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
Hello,
I'm struggling with the sumif function on a table.
I want to be able to sum a range based on the header row, and two column criteria (Sub Type and Prod).
To get the sum value of Apple in Act Jan for Tag1 - I tried the formula below
=SUMIFS(Table3,Table3[#Headers],I5,Table3[Sub Type],H7,Table3[Prod],H6)
But it returns a #VALUE error.
Can anyone help me understand why this doesn't work and how to fix it?
I am using table references because I want the sumif to be dynamic - so that I can sum all of the fruit by Month and tag and product.
This is a small version of the table (it's actual many more rows and columns), but I thought I'd try a smaller one to see if it would work but to no avail.
I'm struggling with the sumif function on a table.
I want to be able to sum a range based on the header row, and two column criteria (Sub Type and Prod).
To get the sum value of Apple in Act Jan for Tag1 - I tried the formula below
=SUMIFS(Table3,Table3[#Headers],I5,Table3[Sub Type],H7,Table3[Prod],H6)
But it returns a #VALUE error.
Can anyone help me understand why this doesn't work and how to fix it?
I am using table references because I want the sumif to be dynamic - so that I can sum all of the fruit by Month and tag and product.
This is a small version of the table (it's actual many more rows and columns), but I thought I'd try a smaller one to see if it would work but to no avail.