Sumif problem

mad4max

New Member
Joined
Mar 30, 2014
Messages
18
Hello,
First of all I wish you all an Happy New Year!
I have a problem where I can't find solution as I don't understand why it doesn't work! I get zero as result and it's impossible!
I should get a total of attendees by groups of people.
There are 7 groups coming around the month...
I need to have a total by attendee, a total by day and a total by group.
I used the =sumif formula for the total by groupe, but... doesn't work and I don't get what is wrong and why I get the result 0 instead of the summed items...
Here some snapshot of the file. I saw that I can't add the file itself so hope it's ok like that:

TestAttendee01.png

TestAttendee02.png


Thank you for your always valuable help!
Best regards.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
With all the xIFS functions the ranges must be the same size, try
Excel Formula:
=SUMPRODUCT(($A$7:$A$43=A48)*($F$7:$AJ$43))
 
Upvote 0
It's only adding the first column, ie F
Use
=SUMPRODUCT(($A$7:$A$43=A48)*($F$7:$AJ$43))
 
Upvote 0

Forum statistics

Threads
1,215,103
Messages
6,123,108
Members
449,096
Latest member
provoking

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