lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I want to use sumifs() function to find out how many tv John sold for month of March. Is that possible?
I can find out how many tv john sold like this
=sumifs(E1:E10,C1:C10,"john",D1:D10,"tv")
But now I want to find out for month of March. Thank you very much
[TABLE="class: grid, width: 250"]
<tbody>[TR]
[TD]date[/TD]
[TD]store[/TD]
[TD]name[/TD]
[TD]item[/TD]
[TD]unit[/TD]
[/TR]
[TR]
[TD]22/1/2018[/TD]
[TD]east[/TD]
[TD]john[/TD]
[TD]tv[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]1/2/2018[/TD]
[TD]south[/TD]
[TD]mary[/TD]
[TD]cell[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]1/3/2018[/TD]
[TD]east[/TD]
[TD]john[/TD]
[TD]pc[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]16/3/2018[/TD]
[TD]east[/TD]
[TD]john[/TD]
[TD]tv[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
I want to use sumifs() function to find out how many tv John sold for month of March. Is that possible?
I can find out how many tv john sold like this
=sumifs(E1:E10,C1:C10,"john",D1:D10,"tv")
But now I want to find out for month of March. Thank you very much
[TABLE="class: grid, width: 250"]
<tbody>[TR]
[TD]date[/TD]
[TD]store[/TD]
[TD]name[/TD]
[TD]item[/TD]
[TD]unit[/TD]
[/TR]
[TR]
[TD]22/1/2018[/TD]
[TD]east[/TD]
[TD]john[/TD]
[TD]tv[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]1/2/2018[/TD]
[TD]south[/TD]
[TD]mary[/TD]
[TD]cell[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]1/3/2018[/TD]
[TD]east[/TD]
[TD]john[/TD]
[TD]pc[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]16/3/2018[/TD]
[TD]east[/TD]
[TD]john[/TD]
[TD]tv[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]