I have the following information given:
Airplane Typ Destination
Typ A LAX
Typ B LAX
Typ A NEW
Typ A NEW
Typ B NEW
Typ C ROS
Typ D MUI
Now I want to have the total number of flights which go to NEW with airplane typ A. So I use the formula:
=SUM((A1:A5)='Typ A')*(B1:B5='NEW))
and I close this with strg shift enter so it gives a matrix formula. This works and I get the result 2. Now what do I have to enter, if I want the number of flights which use the Airplane Typ A or go to NEW? The result should be 4 of course.