Please help with this statement

hbk018

New Member
Joined
Apr 9, 2021
Messages
10
Office Version
  1. 365
Platform
  1. Windows
I have to complete the following task, but I do not know what formula I have to use, can you please give me a hand?

The statement is the following: How Many Spanish calls were handled by team blue during May 2020?

See picture below for your reference.

Thanks in advance.

1618015576482.png
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
You're welcome.

Actually, looking at your Table 6, you would need SUMIFS

 
Upvote 0
You're welcome.

Actually, looking at your Table 6, you would need SUMIFS

I tried sumifs, but it did not work, maybe I don't know how to put the correct criteria.
 
Upvote 0
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

How Many Spanish calls were handled by team blue during May 2020?

So, following the logical requirements...according to your Table 6...
Not knowing any of the Cell/Range references, you'll have to "plug" that in...

"sum range" would be your "calls handle" Range in Table 6
"criteria_range 1" would be your "Channel" range
"criteria 1" would be your criteria, which in this case is "Spanish"
"criteria_range 2", would be your "Team" range
"criteria 2" would be your criteria, which in this case is "Team Blue"
"criteria _range 3", would be your "Date" range
"criteria 3" would be to isolate the dates in May of 2020, let's start with the beginning of May, which would be ">=5/1/2020"
"criteria_range 4", would be your "Date" range Also
"criteria 4" would be to isolate the dates in May of 2020, only, so ends at May, which would be "<=5/31/2020"

And you should have your working formula.

Besides the "sum range", all the criterion need no specific order, as long as they're there for the requirements.
 
Last edited:
Upvote 0
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

How Many Spanish calls were handled by team blue during May 2020?

So, following the logical requirements...according to your Table 6...
Not knowing any of the Cell/Range references, you'll have to "plug" that in...

"sum range" would be your "calls handle" Range in Table 6
"criteria_range 1" would be your "Channel" range
"criteria 1" would be your criteria, which in this case is "Spanish"
"criteria_range 2", would be your "Team" range
"criteria 2" would be your criteria, which in this case is "Team Blue"
"criteria _range 3", would be your "Date" range
"criteria 3" would be to isolate the dates in May of 2020, let's start with the beginning of May, which would be ">=5/1/2020"
"criteria_range 4", would be your "Date" range Also
"criteria 4" would be to isolate the dates in May of 2020, only, so ends at May, which would be "<=5/31/2020"

And you should have your working formula.

Besides the "sum range", all the criterion need no specific order, as long as they're there for the requiremg
 
Upvote 0
You are a life saver, that worked perfectly I was able to finish the project I was working. Thank you so very much for the assistance, you don't know how this means to me. :D
 
Upvote 0
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

How Many Spanish calls were handled by team blue during May 2020?

So, following the logical requirements...according to your Table 6...
Not knowing any of the Cell/Range references, you'll have to "plug" that in...

"sum range" would be your "calls handle" Range in Table 6
"criteria_range 1" would be your "Channel" range
"criteria 1" would be your criteria, which in this case is "Spanish"
"criteria_range 2", would be your "Team" range
"criteria 2" would be your criteria, which in this case is "Team Blue"
"criteria _range 3", would be your "Date" range
"criteria 3" would be to isolate the dates in May of 2020, let's start with the beginning of May, which would be ">=5/1/2020"
"criteria_range 4", would be your "Date" range Also
"criteria 4" would be to isolate the dates in May of 2020, only, so ends at May, which would be "<=5/31/2020"

And you should have your working formula.

Besides the "sum range", all the criterion need no specific order, as long as they're there for the requirements.
You are a life saver, that worked perfectly I was able to finish the project I was working. Thank you so very much for the assistance, you don't know how this means to me. :D
 
Upvote 0
You're welcome.

I'm glad we stepped thru it, and you were able to figure it out.
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,037
Members
449,062
Latest member
mike575

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top