wrightlefty
Technical User
I have a resource table that is broken down by month and by project, but some of the projects are grouped together later for reporting purposes. I want a formula that will check 2 condition columns, and then sum the corresponding data from a third column.
In this example, Projects A and C are both part of Group A:
Proj A
jan 3 Group A
feb 5 Group A
mar 4 Group A
Proj B
jan 2 Group B
feb 3 Group B
mar 1 Group B
Proj C
jan 2 Group A
feb 4 Group A
mar 6 Group A
Group A Group B
jan 5 2
feb 9 3
mar 10 1
I can't make it work with sumif, and I've seen a lot about sumproduct, but I can't figure out how to make that work here, either. Please help.
In this example, Projects A and C are both part of Group A:
Proj A
jan 3 Group A
feb 5 Group A
mar 4 Group A
Proj B
jan 2 Group B
feb 3 Group B
mar 1 Group B
Proj C
jan 2 Group A
feb 4 Group A
mar 6 Group A
Group A Group B
jan 5 2
feb 9 3
mar 10 1
I can't make it work with sumif, and I've seen a lot about sumproduct, but I can't figure out how to make that work here, either. Please help.