+ Reply to Thread
Results 1 to 6 of 6

Start Serial Number from Empty Cell and 2nd duplicate as 1 and 3rd duplicate as 2

  1. #1
    Registered User
    Join Date
    09-15-2017
    Location
    United Arab Emirates
    MS-Off Ver
    2013
    Posts
    68

    Start Serial Number from Empty Cell and 2nd duplicate as 1 and 3rd duplicate as 2

    Hi all,

    Please check the excel sheet to know the result i wanted in excel

    Actually need the first duplicated entry as same value of the Column A and 2nd duplicated entry as Apple - 1
    Attached Files Attached Files

  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,193

    Re: Start Serial Number from Empty Cell and 2nd duplicate as 1 and 3rd duplicate as 2

    Try

    =IF(COUNTIF($A$1:A1,A1)=1,A1,A1& "-" & COUNTIF($A$1:A1,A1)-1)

  3. #3
    Registered User
    Join Date
    09-15-2017
    Location
    United Arab Emirates
    MS-Off Ver
    2013
    Posts
    68

    Re: Start Serial Number from Empty Cell and 2nd duplicate as 1 and 3rd duplicate as 2

    Thanks it worked

  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,193

    Re: Start Serial Number from Empty Cell and 2nd duplicate as 1 and 3rd duplicate as 2

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

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

    Re: Start Serial Number from Empty Cell and 2nd duplicate as 1 and 3rd duplicate as 2

    Or try:

    =A1&TEXT(COUNTIF($A$1:A1,A1)-1,"\-0;;")

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Start Serial Number from Empty Cell and 2nd duplicate as 1 and 3rd duplicate as 2

    @ Phuocam

    Very clever.
    Dave

+ 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. Replies: 3
    Last Post: 01-19-2018, 01:56 PM
  2. Find and remove duplicate value if a cell is empty
    By naga in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-11-2017, 07:01 AM
  3. Arrange serial number for duplicate records
    By winmaxservices1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-22-2015, 07:45 AM
  4. put serial number as 1,23,4 for duplicate entry
    By sinha.riteshabap in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-11-2014, 05:07 AM
  5. [SOLVED] Duplicate serial number
    By shimaa01234 in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 09-12-2014, 05:20 AM
  6. Find duplicate serial numbers when present in two different formats
    By adamdoldfield in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-28-2014, 11:37 PM
  7. Replies: 1
    Last Post: 03-25-2006, 09:45 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