+ Reply to Thread
Results 1 to 12 of 12

Unique record extract

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Unique record extract

    I have seen this by TONY VALKO

    Please Login or Register  to view this content.
    This is unique count

    I am looking for unique extract , see file attached

    it must be somewhere asked by someone else , did not find
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Unique record extract

    I also know data menu has unique extract toolbar too ,
    but I need a formula for linking to a small automated file

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Unique record extract

    one way
    leave c1 blank then in c2 put
    =IFERROR(INDEX($A$1:$A$12,MATCH(0,COUNTIF($C$1:C1,$A$1:$A$12),0)),"")
    array entered with ctrl+shift+enter
    fill down
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Unique record extract

    Okay i will take that , leaving thread open for non array

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Unique record extract

    Or you can use this formula without Ctrl+Shift+Enter
    in C2 and copy down.

    =IFERROR(INDEX($A$1:$A$12,MATCH(0,INDEX(COUNTIF($C$1:C1,$A$1:$A$12),,),)),"")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  6. #6
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Thumbs up Re: Unique record extract

    Hi Makin...

    Got the solution...

    Check the attachment....


    Don't forget to click *
    Attached Files Attached Files

  7. #7
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Unique record extract

    Hi makinmomb,

    I like and use Pivot Tables for most of these kinds of problems. Instead of removing dups you can do a very quick pivot table to get what you want. See the attached.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  8. #8
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Unique record extract

    Marvin thanks for the pivot table trick , will use it somewhere

    Vikas your formula is array , does not work with simple enter

    ALKEY i tried yours does not give result

  9. #9
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: Unique record extract

    Okay man..
    Thanks, for replay..

  10. #10
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Unique record extract

    Quote Originally Posted by makinmomb View Post
    Marvin thanks for the pivot table trick , will use it somewhere

    Vikas your formula is array , does not work with simple enter

    ALKEY i tried yours does not give result
    Sorry, forgot that you using Excel 2003

    Try this one now

    =IF(ISERROR(INDEX($A$1:$A$12,MATCH(,INDEX(COUNTIF($C$1:C1,$A$1:$A$12),,),))),"",INDEX($A$1:$A$12,MATCH(,INDEX(COUNTIF($C$1:C1,$A$1:$A$12),,),)))
    Attached Files Attached Files
    Last edited by AlKey; 07-15-2014 at 12:40 PM.

  11. #11
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Unique record extract

    Yes ALKEY you have sorted ,
    you will be glad to know I have created a folder by
    the name of ALKEY where I have several answers
    of yours that i use in daily life usage , cheers

  12. #12
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Unique record extract

    You're welcome and thank you for the feedback!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 12-17-2012, 10:14 AM
  2. [SOLVED] Unique Record sum
    By LRFT in forum Excel General
    Replies: 7
    Last Post: 07-18-2012, 01:23 PM
  3. Extract one unique information for each record.
    By MAHMUZ in forum Excel General
    Replies: 2
    Last Post: 05-19-2010, 03:36 AM
  4. Extract Unique Values, Then Extract Again to Remove Suffixes
    By Karl Burrows in forum Excel General
    Replies: 23
    Last Post: 06-25-2005, 08:05 PM

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