+ Reply to Thread
Results 1 to 4 of 4

Count Excluding Duplicates

  1. #1
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    350

    Count Excluding Duplicates

    Hi,

    I have the following data from A11:A14 which has two duplicates,

    What formulae to use to count non blank column ignoring duplicates. In the said case, the result should be 2 as there are two duplicates

    Motilal Oswal Multicap 35 Fund (MOF35)-Direct Plan-Growth Option
    SBI EQUITY HYBRID FUND - DIRECT PLAN - Growth
    Motilal Oswal Multicap 35 Fund (MOF35)-Direct Plan-Growth Option
    SBI EQUITY HYBRID FUND - DIRECT PLAN - Growth

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,945

    Re: Count Excluding Duplicates

    Use an array formula, entered with Ctrl-Shift-Enter: expand or reduce the 3 ranges equally, as needed...

    =SUM(IF(A1:A200<>"",1/COUNTIF(A1:A200,A1:A200)))
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    350

    Re: Count Excluding Duplicates

    Quote Originally Posted by Bernie Deitrick View Post
    Use an array formula, entered with Ctrl-Shift-Enter: expand or reduce the 3 ranges equally, as needed...

    =SUM(IF(A1:A200<>"",1/COUNTIF(A1:A200,A1:A200)))
    Thank You , it worked
    Last edited by grcshekar; 02-24-2020 at 11:45 PM.

  4. #4
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Count Excluding Duplicates

    Also
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

+ 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] Count invoice numbers, excluding duplicates
    By Nae2016 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-02-2016, 07:52 AM
  2. [SOLVED] Count number of cells excluding duplicates
    By dineshsachidananda in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-22-2015, 01:36 AM
  3. cell word count excluding duplicates
    By genexer in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-19-2014, 03:27 AM
  4. Pivot count excluding duplicates
    By Tom_J_W in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 07-02-2013, 03:14 AM
  5. Create New Count List Excluding Duplicates
    By Scudder93 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-11-2012, 10:33 AM
  6. Count excluding duplicates with an extra condition
    By konradk in forum Excel General
    Replies: 2
    Last Post: 09-20-2011, 10:39 AM
  7. [SOLVED] Count excluding Duplicates
    By GRM via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-15-2005, 05:10 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