Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Top Ten List

Ok, I understand how unique ranking a column works but what if I wanted
to unique rank by row

This is what I have:
Dr. A Dr. B Dr. C Dr. D

Proc. A 50 50 60 60
Proc. B 40 80 70 40


I want:

Dr. A Dr. B Dr. C Dr. D

Proc. A 3 4 1 2
Proc. B 3 1 2 4

I have tried the =RANK(B14,B$14:G$14)+COUNTIF(B$14:B14,B14)-1 formula
but that does not work......

Please help.







*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 599
Default Top Ten List

Audrey

You need to hold the first column in your Countif

+COUNTIF($B$14:B$14,B14)-1


--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.

"Audrey Ng" wrote in message
...
Ok, I understand how unique ranking a column works but what if I wanted
to unique rank by row

This is what I have:
Dr. A Dr. B Dr. C Dr. D

Proc. A 50 50 60 60
Proc. B 40 80 70 40


I want:

Dr. A Dr. B Dr. C Dr. D

Proc. A 3 4 1 2
Proc. B 3 1 2 4

I have tried the =RANK(B14,B$14:G$14)+COUNTIF(B$14:B14,B14)-1 formula
but that does not work......

Please help.







*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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
Comparing List A to List B and add what's missing from List B Gilbert Excel Discussion (Misc queries) 1 July 20th 09 08:41 PM
create new list from list A, but with exclusions from a list B Harold Good Excel Worksheet Functions 3 April 11th 08 11:23 PM
validation list--list depends on the selection of first list Michael New Users to Excel 2 April 27th 06 10:23 PM
list 1 has 400 names List 2 has 4000. find manes from list 1 on 2 Ed Excel Worksheet Functions 5 September 12th 05 09:48 AM
find names on list 1 in list 2. list 1 4000 names list 2 400 name Ed Excel Worksheet Functions 1 September 4th 05 12:48 AM


All times are GMT +1. The time now is 02:42 PM.

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"