Last Items in a Growing List

deepheat101

Board Regular
Joined
Jul 26, 2006
Messages
138
Greetings...

I have an unsorted column called "Animals" that (surprisingly) contains a list of animals in varying quantities (anything from 4 to 30 occurances in no specfic order, other than the order in which they were entered)

In the next column along I would like an "X" to appear in the same row if that animal is the last occurance of that animal in the unsorted list...

For example,
Code:
Brown Bear    X
Elephant
Aardvark
Lion          X
Tiger
Tiger
Tiger
Aardvark      X
Elephant      X
Tiger         X
Guinea Pig    X

As the animal list is updated via a UserForm, the "X" will need to be updated at the same time.

Code:
Brown Bear    X
Elephant
Aardvark
Lion          X
Tiger
Tiger
Tiger
Aardvark      X
Elephant      
Tiger         X
Guinea Pig    X
Elephant      X

(notice the new entry "Elephant" now has an "X" next to it, while the previous Elephant entry has had its "X" removed.

Where do I start?? (I need to keep the list in the original order)

Many Thanks in advance
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

Forum statistics

Threads
1,214,515
Messages
6,119,973
Members
448,933
Latest member
Bluedbw

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