Rank in a list (more than one)

Ongbey

New Member
Joined
Oct 16, 2018
Messages
29
Office Version
  1. 2013
Hi,

My goal is to find a word/number (example Orange in here) rank in a list. So, when I write "Orange" to the cell C1, I must obtain 3, 6 and 9. First rank can be obtain with MATCH formula, but I cannot obtain 2. and 3. rank with this formula.
I don't want to use array formula. Because, my data is in another book and array formulas make problem.

Thanks, in advance.

ListOrange
Blue369
Black
Orange
Yellow
White
Orange
Brown
Magenta
Orange
Red
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
How about
Fluff.xlsm
ABCDEF
1ListOrange
2Blue369 
3Black
4Orange
5Yellow
6White
7Orange
8Brown
9Magenta
10Orange
11Red
12
Main
Cell Formulas
RangeFormula
C2:F2C2=IFERROR(AGGREGATE(15,6,(ROW($A$2:$A$100)-ROW($A$2)+1)/($A$2:$A$100=$C$1),COLUMNS($C2:C2)),"")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,748
Members
448,989
Latest member
mariah3

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