+ Reply to Thread
Results 1 to 3 of 3

Auto Increment ID

  1. #1
    Registered User
    Join Date
    01-19-2015
    Location
    Warrington, PA
    MS-Off Ver
    2013
    Posts
    41

    Auto Increment ID

    Hey Guy's I'm trying to create an auto increment for this work sheet.
    Column A needs to increment only if a cell in column b has data that has been put in.

    Please see attached sample.
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Auto Increment ID

    Maybe put on A3 and copied down:

    =IF($B3="","",COUNTA($B$3:B3))

    or

    =IF($B3="","",MAX($A$2:A2)+1)

  3. #3
    Registered User
    Join Date
    01-19-2015
    Location
    Warrington, PA
    MS-Off Ver
    2013
    Posts
    41

    Re: Auto Increment ID

    Thanks that worked perfectly.

+ 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. [SOLVED] Increment Scroll bar By 1 Auto VBA
    By keen2xl in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-16-2020, 12:49 AM
  2. [SOLVED] Auto Increment problems...
    By Kheiz in forum Excel General
    Replies: 2
    Last Post: 01-09-2015, 05:56 AM
  3. [SOLVED] Another Auto Increment Issue
    By robpopper in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-26-2013, 12:56 PM
  4. Auto increment ID
    By Jakes in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-21-2012, 06:32 AM
  5. [SOLVED] DP Auto increment
    By [email protected] in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-15-2006, 07:40 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