+ Reply to Thread
Results 1 to 4 of 4

+1 to duplicates

  1. #1
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    +1 to duplicates

    Hi,

    I have a formula but it isn’t working.

    What I would like is for a formula where if there is a duplicate in column D it adds one onto it. If its unique its 1.

    Can anyone help please?
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    05-14-2012
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    186

    Re: +1 to duplicates

    try this maybe
    Please Login or Register  to view this content.
    put it in I6 and drag down

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: +1 to duplicates

    Maybe try

    =IF(COUNTIF($D$6:$D$12,D6)=1,E5+1,COUNTIF($D$6:D6,D6))
    Attached Files Attached Files

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: +1 to duplicates

    or this...
    =COUNTIF($D$6:D6,D6)+IF(ISNUMBER(D5),IF(COUNTIF($D$6:D6,D6)=1,1,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Macro to find duplicates, concatenate cells, then delete old duplicates
    By givemepuppies in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 03-04-2016, 02:43 AM
  2. Replies: 1
    Last Post: 07-30-2014, 02:37 PM
  3. [SOLVED] Macro to find duplicates, concatenate Unique Values, then delete old duplicates
    By lesoies in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-17-2013, 04:32 PM
  4. Replies: 17
    Last Post: 07-05-2011, 05:37 PM
  5. Replies: 3
    Last Post: 03-09-2011, 07:00 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