+ Reply to Thread
Results 1 to 3 of 3

Auto populate sequential ID numbers based on any text entered into adjacent cells

  1. #1
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Auto populate sequential ID numbers based on any text entered into adjacent cells

    WS attached

    When any text is entered into sheet ‘LG’ K06:K1005, an auto populated sequentiql number will appear in adjacent column M6:M1005.
    Populated numbers will start at 1, then 2 and so on each time any text is entered into the next cell in K6:K1005.
    If no text is entered in the next cell then no number will populate.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Auto populate sequential ID numbers based on any text entered into adjacent cells

    You can use this formula in cell M6:

    =IF(K6="","",MAX(M$5:M5)+1)

    Then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Re: Auto populate sequential ID numbers based on any text entered into adjacent cells

    thanks alot, works really well

+ 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. Auto Populate A Cell Based On Data Entered into Two Possible Cells.
    By Angry Robot in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-21-2017, 02:11 AM
  2. [SOLVED] Auto populate adjacent cells based on specific dropdown selection
    By ahtigers10 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-02-2014, 08:11 PM
  3. [SOLVED] Formula needed to only count total cells entered and not count adjacent text entered cells
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-07-2013, 06:22 PM
  4. Auto Populate different Cells depending on date entered
    By jpjb in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-15-2013, 11:12 AM
  5. Auto Populate Two Columns Based On Data Entered Into Another Column
    By aleenah in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-12-2013, 08:37 PM
  6. Auto populate multiple cells with a value entered in one Cell
    By Excelrookie_1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-22-2012, 07:18 AM
  7. [SOLVED] Auto populate adjacent cells from a drop down list
    By gluktar in forum Excel General
    Replies: 4
    Last Post: 06-05-2012, 04:18 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