S_W_Langdon
New Member
- Joined
- Feb 5, 2018
- Messages
- 13
Hello Everyone,
I have been working on a formula for the past hour or two and am running into a brick wall and am hoping that you will be able to help by saying "Yes that is simple, this is what you do" or "Stop being stupid Excel can't do that!!!" lol
Anyway the problem I am having is around the SUMPRODUCT formula,
What I am trying to do is a SUMPRODUCT based on 2 Specific Criteria (hence why I thought SUMIFS might be the answer)
So what I am trying to do is something like this
SUMPRODUCT D:D & E:E / IF A= Employee 1 / AND C = 01/03/2018
This = 146 when done manually
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Agent Name[/TD]
[TD]Process[/TD]
[TD]Date[/TD]
[TD]Volume[/TD]
[TD]AHT[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 1[/TD]
[TD]01/03/2018[/TD]
[TD]1[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 2[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]128[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 3[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]196[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 4[/TD]
[TD]01/03/2018[/TD]
[TD]2[/TD]
[TD]47[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 5[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]91[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 6[/TD]
[TD]01/03/2018[/TD]
[TD]1[/TD]
[TD]49[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 7[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD]Process 1[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Employee 3[/TD]
[TD]Process 1[/TD]
[TD]01/03/2018[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to get this to then populate in a monthly grid
[TABLE="class: grid, width: 550"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]01/03/18[/TD]
[TD]02/03/18[/TD]
[TD]03/03/18[/TD]
[TD]04/03/18[/TD]
[TD]05/03/18[/TD]
[TD]06/03/18[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Employee 3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Anyway, any and all help you can give is great
Thanks Everyone
(I hope the above is clear enough, am still new to the boards and trying to figure out everything )
I have been working on a formula for the past hour or two and am running into a brick wall and am hoping that you will be able to help by saying "Yes that is simple, this is what you do" or "Stop being stupid Excel can't do that!!!" lol
Anyway the problem I am having is around the SUMPRODUCT formula,
What I am trying to do is a SUMPRODUCT based on 2 Specific Criteria (hence why I thought SUMIFS might be the answer)
So what I am trying to do is something like this
SUMPRODUCT D:D & E:E / IF A= Employee 1 / AND C = 01/03/2018
This = 146 when done manually
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Agent Name[/TD]
[TD]Process[/TD]
[TD]Date[/TD]
[TD]Volume[/TD]
[TD]AHT[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 1[/TD]
[TD]01/03/2018[/TD]
[TD]1[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 2[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]128[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 3[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]196[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 4[/TD]
[TD]01/03/2018[/TD]
[TD]2[/TD]
[TD]47[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 5[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]91[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 6[/TD]
[TD]01/03/2018[/TD]
[TD]1[/TD]
[TD]49[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Process 7[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD]Process 1[/TD]
[TD]01/03/2018[/TD]
[TD]0[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Employee 3[/TD]
[TD]Process 1[/TD]
[TD]01/03/2018[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to get this to then populate in a monthly grid
[TABLE="class: grid, width: 550"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]01/03/18[/TD]
[TD]02/03/18[/TD]
[TD]03/03/18[/TD]
[TD]04/03/18[/TD]
[TD]05/03/18[/TD]
[TD]06/03/18[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Employee 3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Anyway, any and all help you can give is great
Thanks Everyone
(I hope the above is clear enough, am still new to the boards and trying to figure out everything )
Last edited: