+ Reply to Thread
Results 1 to 4 of 4

Create a column with Concatenation of Column value + incremental value

  1. #1
    Registered User
    Join Date
    10-02-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2016 / Office: 365
    Posts
    37

    Create a column with Concatenation of Column value + incremental value

    Hi Experts
    Please can you let me know how to accomplish auto numbering populated ?
    I can use the formula
    Concatenate with . =IF(A2<>A1,1,B1+1) but unfortunately the list is not ordered based on ID I am considering. Any help? There are 100s of rows and this needs to be auto populated with protection

    Input Column Expected Output

    Apple Apple.1
    Orange Orange.1
    Apple Apple.2
    Apple Apple.3
    Grapes Grapes.1
    Water Melon Water Melon.1
    Rock Melon Rock Melon.1
    Guava Guava.1
    Apple Apple.4
    Orange Orange.2
    Water Melon Water Melon.2
    Rock Melon Rock Melon.2
    Orange Orange.3

    help is appreciated
    Last edited by protocoder; 10-11-2020 at 09:45 PM.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Create a column with Concatenation of Column value + incremental value

    Try:

    =A1&"."&COUNTIF($A$1:A1,A1)
    Quang PT

  3. #3
    Registered User
    Join Date
    10-02-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2016 / Office: 365
    Posts
    37

    Re: Create a column with Concatenation of Column value + incremental value

    Thanks a lot @bebo021999.. that was quick and very helpful, I got this from other source and I confirm this is the solution. Can I put this in data validation so that no one changes it

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Create a column with Concatenation of Column value + incremental value

    Try to lock the sheet (menu Review/Protect sheet). Make sure those cells in column B are locked, while the rest are unlocked.

+ 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. How to do the auto incremental update from one column
    By wingcross in forum Excel General
    Replies: 1
    Last Post: 08-27-2017, 05:05 PM
  2. Incremental icnrease in column number in vlookup
    By beklee in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-04-2017, 01:58 PM
  3. Adding Incremental Data to a Column Graph
    By sdcards in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 06-19-2014, 03:30 AM
  4. [SOLVED] Incremental count across 2 columns while considering a 3rd column
    By mikehorne23 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-29-2014, 05:13 PM
  5. Replies: 2
    Last Post: 10-30-2012, 12:58 PM
  6. Replies: 4
    Last Post: 09-05-2012, 01:50 PM
  7. Incremental Numbering in a Column w/ Specified Text
    By bgreen in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-24-2005, 11:06 AM

Tags for this Thread

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