+ Reply to Thread
Results 1 to 4 of 4

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

    Please Look into the example

    A B
    Kiwi

    Kiwi 1

    Kiwi 2

    Apple

    Kiwi 3

    Apple 1

    Please look into the excel sheet for the better understanding

  2. #2
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

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

    Hi, Noman050!

    You could try:
    [B2] : =IFERROR(1/(1/(COUNTIF(A$2:A2,A2)-1)),"")

    Blessings!

  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 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

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

    Try this:

    B2 =IFERROR(1/(1/(COUNTIF(A$2:A2,A2)-1)),"")

    Edit: John beat me to it.

+ 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. 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
  2. Arrange serial number for duplicate records
    By winmaxservices1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-22-2015, 07:45 AM
  3. 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
  4. [SOLVED] Duplicate serial number
    By shimaa01234 in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 09-12-2014, 05:20 AM
  5. duplicate serial numbers with multiple cells of text
    By drawdejay in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-28-2014, 04:14 PM
  6. duplicate serial numbers with multiple cells of text
    By drawdejay in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-28-2014, 02:36 AM
  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