Unique Value without using FILTER

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I find unique values from column without using FILTER Option of Excel?
 
You could flag them with a formula

B1: =IF(COUNTIF($A$1:A1,A1)>1,"","X")

and copy down

--
HTH

Bob Phillips

Amit Dhawan said:
How do I find unique values from column without using FILTER Option of
Excel?
 
On Tue, 11 Oct 2005 05:03:01 -0700, "Amit Dhawan" <Amit
How do I find unique values from column without using FILTER Option of Excel?

You could download Longre's free morefunc.xll add-in from
http://xcell05.free.fr/ and use the UNIQUEVALUES function.


--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top