+ Reply to Thread
Results 1 to 10 of 10

Find Unique values list updatable

  1. #1
    Registered User
    Join Date
    06-04-2018
    Location
    Punjab, Pakistan
    MS-Off Ver
    2016
    Posts
    61

    Lightbulb Find Unique values list updatable

    Hi,


    In Illustration i see duplicate and unique values. i want to make a Unique list with formula.
    other if possible to ignor duplicates Question Table

    Invioce No. Total
    11760 $90.03
    11105 $77.63
    11173 $74.92
    11871 $83.29
    11334 $96.34
    11908 $61.27
    11961 $67.38
    11105 $61.66
    11334 $95.72
    11766 $69.41
    11468 $86.76
    11173 $72.88
    11306 $69.90
    11905 $68.37
    11306 $54.00


    Desired Result Table

    Invioce No.Sum Total
    11760 $ 90.03
    11871 $ 83.29
    11908 $ 61.27
    11961 $ 67.38
    11766 $ 69.41
    11468 $ 86.76
    11905 $ 68.37

    Please help on how Duplicate value igonr and unique values find with formula list formula.
    I think you better understand my problem.

    Thanks
    Navi_G

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Find Unique values list updatable

    e2 =IFERROR(AGGREGATE(15,6,ROW($A$2:$A$16)/(COUNTIF($A$2:$A$16,$A$2:$A$16)=1),ROW(A1)),"")
    f2 =IFERROR(INDEX(A:A,$E2),"") and pull to g2
    all down
    Last edited by tim201110; 06-06-2018 at 08:56 AM.

  3. #3
    Registered User
    Join Date
    06-04-2018
    Location
    Punjab, Pakistan
    MS-Off Ver
    2016
    Posts
    61

    Re: Find Unique values list updatable

    Please tell me steps of formula Row() and aggregate.....

    Thanks & Regards
    Navi_G
    Last edited by Navi_G; 06-06-2018 at 12:05 PM. Reason: may be not understandable...

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,416

    Re: Find Unique values list updatable

    Rule 08: Cross-posting Without Telling Us

    Your post does not comply with Rule 8 of our Forum RULES. Do not cross-post your question on multiple forums without telling us about your threads on other forums.

    Post a link to any other forums where you have asked the same question. If you have fewer than 10 posts here, you will not be able to post a link, but you must still tell us where else you have asked the question.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).

    If you have less than 10 posts, do not try to copy and paste the link. Instead, type the link out in your thread.

    No further help to be offered, please, until the OP has complied with this request.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Registered User
    Join Date
    06-04-2018
    Location
    Punjab, Pakistan
    MS-Off Ver
    2016
    Posts
    61

    Re: Find Unique values list updatable

    i understand....Avoide next time

    Thanks
    Navi_G
    Thanks & Regards,
    Navi_G

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,416

    Re: Find Unique values list updatable

    Unfortunately, this is not enough: you must provide links to where you have asked the same question on other forums. Without these, you will get no further help. Sorry.

  7. #7
    Registered User
    Join Date
    06-04-2018
    Location
    Punjab, Pakistan
    MS-Off Ver
    2016
    Posts
    61

    Re: Find Unique values list updatable


  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,416

    Re: Find Unique values list updatable

    Thank you for the links.

  9. #9
    Registered User
    Join Date
    06-04-2018
    Location
    Punjab, Pakistan
    MS-Off Ver
    2016
    Posts
    61

    Re: Find Unique values list updatable

    Sorry Miss i never carefully read rules because english is not my mother laguage but i read but not not understand.....

  10. #10
    Registered User
    Join Date
    06-04-2018
    Location
    Punjab, Pakistan
    MS-Off Ver
    2016
    Posts
    61

    Re: Find Unique values list updatable

    Quote Originally Posted by tim201110 View Post
    e2 =IFERROR(AGGREGATE(15,6,ROW($A$2:$A$16)/(COUNTIF($A$2:$A$16,$A$2:$A$16)=1),ROW(A1)),"")
    f2 =IFERROR(INDEX(A:A,$E2),"") and pull to g2
    all down
    Thanks sir for your Expert Opinion...

+ 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. [SOLVED] Find/list unique values in range. Lookup A cell on same line(s) as value(s). Big data set.
    By ub3rm0nk3y in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-07-2017, 09:28 PM
  2. Create a unique list with a count against the unique values
    By barber87 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-12-2017, 10:13 AM
  3. Replies: 4
    Last Post: 01-04-2017, 07:29 PM
  4. [SOLVED] List unique values from 2 columns and find out Longest and Shortest Duration
    By suchetherrah in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-13-2015, 07:52 AM
  5. [SOLVED] Find unique values and make them unique
    By unitlted_1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-18-2015, 11:10 AM
  6. [SOLVED] find the unique values and new entries from list 1-6
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-16-2013, 02:28 AM
  7. 3 columns: None contain unique values, but I need a list of every unique set
    By mathematician in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-15-2012, 04:47 PM

Tags for this Thread

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