+ Reply to Thread
Results 1 to 4 of 4

Unduplicated nos.

  1. #1
    Forum Contributor
    Join Date
    06-06-2007
    Posts
    248

    Unduplicated nos.

    Dear sir,with best regards,i need your help to create a list in range (g5:g100) for unduplicated nos.which were in range (c5:c1000),for example,i have in column (c) nos.such as (1,1,1,1,2,3,3,3,4,4,5,6,6,6,6,7,7,8,9,15,15)
    and the list i need is (1,2,3,4,5,6,7,8,9,15,----).
    Many thanks in advance.
    Last edited by tofimoon4; 01-11-2012 at 07:48 AM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Unduplicated nos.

    Hi Tomi

    In Range A1:A10, are your Numbers. So in Column B try this formula(CFE). It's an Array Formula.

    =SMALL(IF(FREQUENCY(IF($A$1:$A$10<>"";MATCH($A$1:$A$10;$A$1:$A$10;0));ROW($A$1:$A$10)-ROW($A$1)+1);$A$1:$A$10);ROWS($A$1:$A1))

    Hope to helps you.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: Unduplicated nos.

    Look at example:
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    06-06-2007
    Posts
    248

    Re: Unduplicated nos.

    Dear sirs,it works very nice.
    Many thanks for help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1