aviationgeek
New Member
- Joined
- Oct 20, 2015
- Messages
- 4
Good Afternoon -
I am having a problem with averageifs and or combination. It is not working like I have expected it to, and I have not been able to find a solution to my problem on-line.
I am looking at the following table:
[TABLE="width: 304"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Bank[/TD]
[TD]Runway[/TD]
[TD]Date[/TD]
[TD][/TD]
[TD]Taxi Time[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]8R[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]9[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]9[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]26L[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]9[/TD]
[TD]10/11/2015[/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]9[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]26L[/TD]
[TD]10/11/2015[/TD]
[TD][/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I want to find the average time time for a Bank Number 1, on 10/10/2015, and used either runway 9 or 8R. The issue I am having is that with the runway portion. I so far have =AVERAGEIFS(E2:E8,A2:A8,"=1",C2:C8,DATE(2015,10,10)), but I have not been able to figure out how to have both runway conditions in the formula.
Any help would be great.
Thank you
I am having a problem with averageifs and or combination. It is not working like I have expected it to, and I have not been able to find a solution to my problem on-line.
I am looking at the following table:
[TABLE="width: 304"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Bank[/TD]
[TD]Runway[/TD]
[TD]Date[/TD]
[TD][/TD]
[TD]Taxi Time[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]8R[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]9[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]9[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]26L[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]9[/TD]
[TD]10/11/2015[/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]9[/TD]
[TD]10/10/2015[/TD]
[TD][/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]26L[/TD]
[TD]10/11/2015[/TD]
[TD][/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I want to find the average time time for a Bank Number 1, on 10/10/2015, and used either runway 9 or 8R. The issue I am having is that with the runway portion. I so far have =AVERAGEIFS(E2:E8,A2:A8,"=1",C2:C8,DATE(2015,10,10)), but I have not been able to figure out how to have both runway conditions in the formula.
Any help would be great.
Thank you