Hi
I'd like to create a sumif formula that sums up data based on criteria in multiple columns, but not sure if this is possible?
In the table below, I'd like to sum up the number of HOURS for Greg (a user) that are
i) approved (column G)
ii) billable (column H)
iii) from the month of August (column I)
iv) from the 16/17 financial year
Then answer should be 2 (because the 5 hours in column F are non-billable - see column H). So 1 hour from the 4th of March and 1 hour from the 5th of March would be summed up to give the value 2, because those hours fulfill all the above criteria.
Is that possible? A basic part of the results would like like the second table below. Thanks in advance!
[TABLE="width: 757"]
<colgroup><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]Client[/TD]
[TD]Project[/TD]
[TD]Work Item[/TD]
[TD]User[/TD]
[TD]Date[/TD]
[TD]Hours[/TD]
[TD]State[/TD]
[TD]Billable?[/TD]
[TD]Month Name[/TD]
[TD]FY[/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]X Calibur[/TD]
[TD]Checks[/TD]
[TD]Greg [/TD]
[TD]03-Mar-16[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]Non-Billable[/TD]
[TD]Mar[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]X Calibur[/TD]
[TD]Checks[/TD]
[TD]Greg [/TD]
[TD]04-Mar-16[/TD]
[TD]1[/TD]
[TD]Approved[/TD]
[TD]Billable[/TD]
[TD]Mar[/TD]
[TD]16/17[/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]X Calibur[/TD]
[TD]Checks[/TD]
[TD]Greg [/TD]
[TD]05-Mar-16[/TD]
[TD]1[/TD]
[TD]Approved[/TD]
[TD]Billable[/TD]
[TD]Mar[/TD]
[TD]16/17[/TD]
[/TR]
</tbody>[/TABLE]
Second table
[TABLE="width: 505"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]2016[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Month[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]User[/TD]
[TD]March[/TD]
[TD]April[/TD]
[/TR]
[TR]
[TD]Greg[/TD]
[TD]Sum of approved hours in March 2016[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Value should be 2 (1 hour on 4th & 1 hour on 5th March)[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'd like to create a sumif formula that sums up data based on criteria in multiple columns, but not sure if this is possible?
In the table below, I'd like to sum up the number of HOURS for Greg (a user) that are
i) approved (column G)
ii) billable (column H)
iii) from the month of August (column I)
iv) from the 16/17 financial year
Then answer should be 2 (because the 5 hours in column F are non-billable - see column H). So 1 hour from the 4th of March and 1 hour from the 5th of March would be summed up to give the value 2, because those hours fulfill all the above criteria.
Is that possible? A basic part of the results would like like the second table below. Thanks in advance!
[TABLE="width: 757"]
<colgroup><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]Client[/TD]
[TD]Project[/TD]
[TD]Work Item[/TD]
[TD]User[/TD]
[TD]Date[/TD]
[TD]Hours[/TD]
[TD]State[/TD]
[TD]Billable?[/TD]
[TD]Month Name[/TD]
[TD]FY[/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]X Calibur[/TD]
[TD]Checks[/TD]
[TD]Greg [/TD]
[TD]03-Mar-16[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]Non-Billable[/TD]
[TD]Mar[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]X Calibur[/TD]
[TD]Checks[/TD]
[TD]Greg [/TD]
[TD]04-Mar-16[/TD]
[TD]1[/TD]
[TD]Approved[/TD]
[TD]Billable[/TD]
[TD]Mar[/TD]
[TD]16/17[/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]X Calibur[/TD]
[TD]Checks[/TD]
[TD]Greg [/TD]
[TD]05-Mar-16[/TD]
[TD]1[/TD]
[TD]Approved[/TD]
[TD]Billable[/TD]
[TD]Mar[/TD]
[TD]16/17[/TD]
[/TR]
</tbody>[/TABLE]
Second table
[TABLE="width: 505"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]2016[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Month[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]User[/TD]
[TD]March[/TD]
[TD]April[/TD]
[/TR]
[TR]
[TD]Greg[/TD]
[TD]Sum of approved hours in March 2016[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Value should be 2 (1 hour on 4th & 1 hour on 5th March)[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]