Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
rozeltf
 
Posts: n/a
Default Ranking question (ties)


I'm keeping track of a golf tournament and I've got the RANK function
working the way I want the only thing I'd like to see is if there is a
tie, that the letter "t" be added. for example. Thanks for any help.

PLACE
1
2
3t
3t
3t
6
7
8t
8t
10


--
rozeltf
------------------------------------------------------------------------
rozeltf's Profile: http://www.excelforum.com/member.php...o&userid=33295
View this thread: http://www.excelforum.com/showthread...hreadid=531189

  #2   Report Post  
Posted to microsoft.public.excel.misc
duane
 
Posts: n/a
Default Ranking question (ties)


something like this, where here I rank the value in cell b6 relative to
those in b5:b15

=IF(COUNTIF($B$5:$B$15,B6)=1,RANK(B6,$B$5:$B$15,1) ,RANK(B6,$B$5:$B$15,1)&"t")


--
duane


------------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...o&userid=11624
View this thread: http://www.excelforum.com/showthread...hreadid=531189

  #3   Report Post  
Posted to microsoft.public.excel.misc
davesexcel
 
Posts: n/a
Default Ranking question (ties)


rank vlookup

--------------------------------------------------------------------------------

=RANK(A2,$A$2:$A$22)&IF(OR(VALUE(RIGHT(RANK(A2,$A$
2:$A$22),2))={11,12,13}),"th",IF(OR(VALUE(RIGHT(RA
NK(A2,$A$2:$A$22)))={1,2,3}),CHOOSE(RIGHT(RANK(A2,
$A$2:$A$22)),"st","nd","rd"),"th"))
I tried it out, if there were ties it worked out the placements
accordingly
also when I entered 0 it gave the last placing the only time I got a NA
or error was when the cell was truely blank
Hope this helps

Here's a site you can use to check out Ranking

http://xldynamic.com/source/xld.RANK.html


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=531189

  #4   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default Ranking question (ties)

If
1
2
3
3
3
6
7
8
8
10
are in column A, then in B2 put:
=IF(OR(A2=A3,A2=A1),A2&"t",A2) and copy down to see

2
3t
3t
3t
6
7
8t
8t
10

--
Gary''s Student


"rozeltf" wrote:


I'm keeping track of a golf tournament and I've got the RANK function
working the way I want the only thing I'd like to see is if there is a
tie, that the letter "t" be added. for example. Thanks for any help.

PLACE
1
2
3t
3t
3t
6
7
8t
8t
10


--
rozeltf
------------------------------------------------------------------------
rozeltf's Profile: http://www.excelforum.com/member.php...o&userid=33295
View this thread: http://www.excelforum.com/showthread...hreadid=531189


  #5   Report Post  
Posted to microsoft.public.excel.misc
rozeltf
 
Posts: n/a
Default Ranking question (ties)


Thanks for the help!


--
rozeltf
------------------------------------------------------------------------
rozeltf's Profile: http://www.excelforum.com/member.php...o&userid=33295
View this thread: http://www.excelforum.com/showthread...hreadid=531189



  #6   Report Post  
Posted to microsoft.public.excel.misc
rozeltf
 
Posts: n/a
Default Ranking question (ties)


Gary''s student - perfect, thanks


--
rozeltf
------------------------------------------------------------------------
rozeltf's Profile: http://www.excelforum.com/member.php...o&userid=33295
View this thread: http://www.excelforum.com/showthread...hreadid=531189

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ranking formula question? Skeep Excel Discussion (Misc queries) 1 January 26th 06 04:50 AM
Pivot table question gary Excel Discussion (Misc queries) 1 January 10th 06 06:25 PM
How do I find and replace a question mark in Excel? Ranpalandil Excel Discussion (Misc queries) 1 September 7th 05 10:20 PM
Ranking of cells from 1 to 20 with ties Xanadude Excel Worksheet Functions 4 May 29th 05 01:32 AM
Another ranking question Liz23 Excel Worksheet Functions 2 February 11th 05 10:55 PM


All times are GMT +1. The time now is 06:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"