Say I have a column with 100 rows. It is randomly populated such that 30 of the rows have values, the rest are blank. There are only 5 UNIQUE values among the 30 total values, so many duplicates.
I want a new column beside it which displays the 5 unique values in rows 1-5. So basically it eliminates the blanks and duplicates. How do I do this?
Thanks!
Bookmarks