On Wed, 15 Mar 2006 08:23:12 -0600, chuck1968
<(E-Mail Removed)> wrote:
>
>I'm making a spread sheet and I have a list with different numbers with
>some duplicates.
>
>I want to get a list of each number. I'm using the LARGE Function, but
>it still list the duplicated numbers, I do not want the duplicate
>numbers to show up. Can anyone help?
>
>chuck1968
Download and install Longre's free morefunc.xll add-in from
http://xcell05.free.fr
Then enter this formula in some cell:
=INDEX(UNIQUEVALUES(rng),ROWS($1:1))
Copy/drag down as far as needed.
rng is your list
This will adjust dynamically as you change your list of numbers.
--ron