G 
		
								
				
				
			
		Guest
Hi!
I need some help in coming up with a formula that counts the frequency of
something that also matches a particular criteria.
I have a list of people and the duration that they took to do something:
Person Duration
Pax A 10
Pax B 3
Pax A 6
Pax C 2
Pax B 7
Pax C 1
Pax A 9
And I need to calculate the frequency of each person's Duration within the
range of
1
5
8
10
So the desired results are:
Range
Person 1 5 8 10
Pax A 0 0 1 2
Pax B 0 1 1 0
Pax C 1 1 0 0
I'm using Excel 2002. Any help is greatly appreciated!
Cheers
Michelle
				
			I need some help in coming up with a formula that counts the frequency of
something that also matches a particular criteria.
I have a list of people and the duration that they took to do something:
Person Duration
Pax A 10
Pax B 3
Pax A 6
Pax C 2
Pax B 7
Pax C 1
Pax A 9
And I need to calculate the frequency of each person's Duration within the
range of
1
5
8
10
So the desired results are:
Range
Person 1 5 8 10
Pax A 0 0 1 2
Pax B 0 1 1 0
Pax C 1 1 0 0
I'm using Excel 2002. Any help is greatly appreciated!
Cheers
Michelle
	
,ROWS($A$1:A1))),"",INDEX(Sheet1!A:A,MATCH(SMALL
)