+ Reply to Thread
Results 1 to 7 of 7

Cell auto numbering - is this possible?

Hybrid View

  1. #1
    Registered User
    Join Date
    12-12-2013
    Location
    San Francisco, CA
    MS-Off Ver
    2010
    Posts
    27

    Question Cell auto numbering - is this possible?

    I'd like for a column of cells to be able to number themselves whenever something is entered in the column next to it.

    For instance, in Column A I have cells numbered 001, 002, 003, in A1, A2, A3, etc

    I'd like it so when I enter text into a cell in Column B, for instance B4, that Column A will automatically number the next in the series, for instance putting 004 in A4.

    Is this possible?

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Cell auto numbering - is this possible?

    If you first input a serial no. manually in A1, try this in A2 and copy down as far as needed.

    A2 =IF(B2="","",A1+1)
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Registered User
    Join Date
    12-12-2013
    Location
    San Francisco, CA
    MS-Off Ver
    2010
    Posts
    27

    Re: Cell auto numbering - is this possible?

    Hmm, I'm entering that formula exactly but nothing is happening in the cell when I hit enter. :\

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Cell auto numbering - is this possible?

    If you are entering that formula in A2 and B2 has no value, you won't see the serial no. in A2 and once you enter a value in B2, the next serial no. will populate in A2.

    Make sure you have manually entered a serial no. in A1 as well.

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

    Re: Cell auto numbering - is this possible?

    If you put something in Column B, just put this formula in column A and copied down

    =IF(B1<>"",TEXT(ROWS($B$1:B1),"000"),"")

    Azumi

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

    Re: Cell auto numbering - is this possible?

    Doubled Post
    Last edited by azumi; 12-15-2013 at 05:57 AM.

  7. #7
    Registered User
    Join Date
    12-12-2013
    Location
    San Francisco, CA
    MS-Off Ver
    2010
    Posts
    27

    Re: Cell auto numbering - is this possible?

    Great! Works like a charm, azumi! Thanks so much!

+ 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 Numbering Each Cell In A Column
    By JE McGimpsey in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-06-2005, 06:05 AM

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