View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jarek Kujawa[_2_] Jarek Kujawa[_2_] is offline
external usenet poster
 
Posts: 896
Default Distinct items from recordset

Excel 2003
Data-Filter-Advanced-select your ranges and tick "Unique records
only"


On 23 Mar, 09:26, "IgorM" wrote:
Hi

How to get distinct items from a recordset? Let's assume I have two columns
returned from a database: countries and cities.
I want to retrieve a list of unique country names.

Kind regards
IgorM