+ Reply to Thread
Results 1 to 4 of 4

Formula or Macro for counting duplicates

  1. #1
    Registered User
    Join Date
    03-10-2016
    Location
    London
    MS-Off Ver
    Office 2013
    Posts
    11

    Formula or Macro for counting duplicates

    Hi all,

    Can some one help to find solution for this.
    I need formula or macro for finding duplicates and counting it.
    Here is the file.

    https://www.dropbox.com/s/p35a31mx5y...cate.xlsx?dl=0

    Now I count it manually, bold text below each column.

    Thanks,

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,169

    Re: Formula or Macro for counting duplicates

    Please post file to this forum as many respondents do not access file-hosting sites..

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    03-10-2016
    Location
    London
    MS-Off Ver
    Office 2013
    Posts
    11

    Thumbs up Re: Formula or Macro for counting duplicates

    Ok, thanks for explaining how to attach file
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,169

    Re: Formula or Macro for counting duplicates

    This formula will give you list of unique values in column A

    in A51

    =IFERROR(INDEX(A$2:A$39, MATCH(0, IF(ISBLANK(A$2:$A$39), 1, COUNTIF(A$50:$A50, $A$2:$A$39)), 0)),"")

    Enter with Ctrl+Shift+enter and then copy down

    in A55

    =COUNTIFS($A$2:$A$48,A51)

    Count of ID in A51

    Copy down

    You can use the above to create a table with 1st, 2nd etc in paired columns

+ 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. Formula for Counting Data with Duplicates
    By tentson in forum Excel General
    Replies: 8
    Last Post: 05-07-2016, 01:34 AM
  2. Count formula without counting duplicates
    By jason4444 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-14-2016, 10:07 PM
  3. [SOLVED] Counting without duplicates
    By Janie in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-12-2014, 02:30 PM
  4. [SOLVED] Counting Matching values in two separate ranges without counting duplicates
    By Rhall6310 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-01-2014, 03:35 PM
  5. Advanced Copy & Paste, Counting Duplicates Macro Between Two .xls Files
    By Hyperthesis in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-16-2013, 10:55 AM
  6. counting cells with data without counting duplicates
    By labettis in forum Excel General
    Replies: 2
    Last Post: 11-05-2007, 12:10 PM
  7. counting duplicates within array formula?
    By etmac in forum Excel General
    Replies: 5
    Last Post: 09-05-2006, 04:45 AM

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