+ Reply to Thread
Results 1 to 5 of 5

formula for unique numbers

  1. #1
    Forum Contributor
    Join Date
    07-23-2012
    Location
    hyderabad
    MS-Off Ver
    Excel 2016
    Posts
    210

    formula for unique numbers

    Hi,

    I am herewith attaching my request. please help me with the formula which i can use for this query.

    Regards,
    Vimala K
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: formula for unique numbers

    Hi,

    Please try this:
    =SUM(--(IF(MATCH(IF(B2:B13>0,A2:A13),IF(B2:B13>0,A2:A13),0)*($B$2:$B$13)>0,MATCH(IF(B2:B13>0,A2:A13),IF(B2:B13>0,A2:A13),0)*($B$2:$B$13))=ROW($B$1:$B$12)*($B$2:$B$13)))
    Attached Files Attached Files
    Last edited by Limor_OP; 10-07-2020 at 06:36 AM.

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: formula for unique numbers

    Deleted by the author.

  4. #4
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,782

    Re: formula for unique numbers

    B15=SUM(IF(FREQUENCY(IF(B2:B13>0,MATCH(A2:A13,A2:A13,0)),ROW(B2:B13)-ROW(B2)+1),1))

    Control+Shift+Enter

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,911

    Re: formula for unique numbers

    Or try:

    =SUM(IF(B2:B13>0,1/COUNTIFS(A2:A13,A2:A13,B2:B13,"<>0")))

    Enter with Ctrl+Shift+Enter.

+ 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] VBA for Unique Pick Numbers for unique Order Numbers
    By gshowman1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-25-2017, 11:54 AM
  2. formula to compare numbers with like unique identifiers
    By lar9149 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-26-2016, 05:35 PM
  3. [SOLVED] Excel formula - list numbers for unique entries
    By jayherring86 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-20-2015, 10:07 PM
  4. Formula to count unique numbers in a string
    By ScottBeatty in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-15-2014, 02:09 PM
  5. Replies: 1
    Last Post: 10-16-2013, 02:46 PM
  6. Formula to generate unique random numbers?!?
    By aims in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-07-2013, 03:14 PM
  7. Replies: 2
    Last Post: 05-24-2012, 05: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