rank function tie breaker

nikhil0311

Board Regular
Joined
May 3, 2013
Messages
197
Office Version
  1. 2013
Platform
  1. Windows
Hello Friends, In below example, I am calculating rank in column A based on revenue in column F using criteria product = Wire and stage = Open.

I want all such clients with same key has to be ranked differently when there is a revenue tie i.e. In this example, row 5,6,8 have same revenue i.e. $6mm so they should be ranked 3,4,5 instead of 3,3,3.

Thanks a lot in advance!!

rank function.xlsx
ABCDEF
1RankKeystageproductclientrevenue ($mm)
21openWireopenWireA10
36openWireopenWireB5
42openWireopenWireC7
53openWireopenWireD6
63openWireopenWireE6
71closeWirecloseWireG7
83openWireopenWireF6
91progressWireprogressWireH9
101lostWirelostWireI16
Sheet1
Cell Formulas
RangeFormula
A2:A10A2=COUNTIFS($B$2:$B$10,B2,$F$2:$F$10,">"&F2)+1
B2:B10B2=CONCAT(C2:D2)
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Upvote 0
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,147
Members
449,098
Latest member
Doanvanhieu

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