1) Suppose I have a range of a1:b20
2) Column A contains Names of the Items (A1 can be labelled as Item Name)
3) Column B contains Quantity (B1 can be labelled as Quantity)
4)Range A2:A20 contains 19 item name entries. But there only (say) 8 unique
entries
5) Range B2:B20 contains corresponding quantities
6) If I use autofilter, from the dropdown list I can select any unique item
and get its corresponding entries displayed. So far, so good.
7)But I want the list of unique item names to be extracted so that I can use
that extracted list as validation list in some other area of the worksheet
How to extract the list of unique item names (without resorting to any VBA
routines)
Can somebody help me !