Several ALS functions in matrix

coldsteel404

New Member
Joined
Nov 12, 2014
Messages
16
Hello,

I'm using Excel to sort through a list of data to check how many complaints there were in 2012, 2013 and 2014. For this I used the following formula: =AANTAL.ALS(A3:A398;F3:F5) and it works just fine.

Now what I want to do is check who managed those complaints in 2012, 2013 and 2014. So I want Excel to calculate me how many complaints mss X, Mr Y and mss Z handled in 2012, 2013 and 2014. I can easily do this for all years, but how can I make it so that it's calculated for each year sepperatly?

Total cases in 2012 =AANTAL.ALS(A3:A398;F3:F5)
Total cases in 2013 =AANTAL.ALS(A3:A398;F3:F5)
Total cases in 2014 =AANTAL.ALS(A3:A398;F3:F5)

Total cases in 2012 handled by
Mss X
Mr Y
Mss Z

Etc.

I hope it's clear what I'm trying to do and someone is willing and able to lend me a hand

Kind regards,
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
=AANTAL.ALS(A3:A398;F3:F5)

does not give you a single count. For that you need something like:

=SOMPTODUCT(AANTAL.ALS(A3:A398;F3:F5))

FDoes the following...

=AANTALLEN.ALS(NameRange;Name;YearRange;Year;ComplaintsRange;"?*")

determine say Mr Y's (a name) count as intended?
 
Upvote 0
Google tells me that =AANTAL.ALS is Dutch for =COUNTIF function.
I suggest a pivot table or use =COUNTIFS() function
What version of excel do you have?
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,917
Members
449,093
Latest member
dbomb1414

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