• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sumifs - help to do sum with two rows range to match criteria

prasaddn

Active Member
Hi All,
I have data of planned and actuals for every team member across different projects in specific format given below. I have also attached the sample workbook.

PlannedActualsPlannedActualsPlannedActualsPlannedActualsPlannedActualsPlannedActuals
Team MembersProject1Project1Project2Project2Project3Project3Project4Project4Project5Project5Project6Project6
Name1
4​
3​
2​
3​
2​
2​
1​
2​
1​
2​
0​
0​
Name2
5​
4​
3​
4​
3​
3​
2​
3​
2​
3​
1​
1​
Name3
3​
2​
1​
2​
1​
1​
0​
1​
0​
1​
0​
0​
Name4
5​
3​
3​
3​
3​
2​
2​
2​
2​
2​
1​
0​
Name5
Name6
Name7
Name8
Name9
Name10
Name11
Name12
Name13

Need formula to sum of all numbers from table by matching criteria1 planned or actuals and then criteria2 project#.
Example of output:
17 should be result of formula based on first criteria "Planned" matching in data row 1, and 2nd Criteria "Project1" matching in data row 2, and then summing all the rows from the data.

PlannedActuals
Project1
17
12​
Project2
9​
12​
Project3
9​
8​
Project4
Project5
Project6

I could not solve with sumifs, but looks like i may need to use different formulas like mmult or sumproduct.
the sample workbook as data and expected output for which I need formula.
 

Attachments

  • samples.xlsx
    13.1 KB · Views: 3
Back
Top