View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nitya Satheesh Nitya Satheesh is offline
external usenet poster
 
Posts: 41
Default column comparison

On Thursday, June 4, 2015 at 3:47:51 PM UTC+5:30, Claus Busch wrote:
Hi Nitya,

Am Thu, 4 Jun 2015 02:53:27 -0700 (PDT) schrieb Nitya Satheesh:

A B
1 a
1 b
1 b
3 b
3 b
3 c
4 b
4 b
5 d
6 e
7 d


what should the output look like?
1 a
1 b
3 b
3 c
4 b
5 d
6 e
7 d

or:
1 a, b
3 b, c
4 b
5 d
6 e
7 d

Have a look:
https://onedrive.live.com/redir?resi...=folder%2cxlsm
for "UniqueValues"


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional


Hi Claus,

The output should look like the first one.
Thanks for the link.