excel - SumIfs formula with more than one "multiple criteria" -


i trying write formula such:

=sum(sumifs([sum total], [range 1], {[criteria 1.1], [criteria 1.2]}, [range 2], [criteria 2], [range 3], [criteria 3], [range 4], {criteria 4.1], [criteria 4.2]})) 

leaving range 4 4.1 along 1.1 , 1.2 results in 3.81 total, makes sense.

leaving range 4 4.2 along 1.1 , 1.2 results in 4.40 total, makes sense.

however, adding in 4.1 , 4.2 1.1 , 1.2 results in 6.61. why 6.61 , not 8.21, sum of two? have no idea how formula returned 6.61 none of individual combinations without brackets equals 6.61.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -