Rank using multiple criteria

bcrossley

New Member
Joined
Jan 25, 2014
Messages
1
Hi,
I am trying to rank team games based on the date the game was played. (game 42 of schedule..etc) My headers are;
Date Home Away
Jan 25 Toronto Detroit
Jan 26 Chicago New York
Jan 27 LA Toronto
Jan 28 Detroit Chicago

This formula (=COUNTIFS(B:B,B2,A:A,"<"&A2)+1) works when it only has to look for team names in one column, but when I put "B:C:" as the range instead of B:B, I get an error message.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
i was thinking

=RANK($D$5:$D$8,D5,1)

just not getting the results i was expecting

maybe some helper cells that give a numeric value to work against i.e. Toronto = 4, Chicago = 5
 
Upvote 0

Forum statistics

Threads
1,213,557
Messages
6,114,288
Members
448,563
Latest member
MushtaqAli

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