Help Ranking Dynamic Text, Ranking Lists Within A Separate Ranked List

scoobysteph

New Member
Joined
Apr 12, 2018
Messages
1
Hello everyone,
I'm trying to create ranked subset lists from a 'master' ranked list and have subset lists update dynamically as changes are made to the master list. Boiling it down to a very simple example below:

What I have (sample master list) of overall rankings:

1VegetableCarrot
2VegetableOnion
3FruitApple
4Junk FoodChips
5Junk FoodPopcorn
6FruitLemon
7FruitLime
8VegetablePotato

<tbody>
</tbody>

What I want is to have separate rankings by subset that is updated as changes are made to the master ranking list:

VegetableFruitJunk Food
1Carrot1Apple1Chips
2Onion2Lemon2Popcorn
3Potato3Lime

<tbody>
</tbody>

Hopefully there's a way to do this with formulas. I'm getting confused as to where to start because most of it is based on text inputs. I'm not familiar with VBA so I hope there's a way to use count/match/index for this....

THANK YOU!
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,216,077
Messages
6,128,676
Members
449,463
Latest member
Jojomen56

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