+ Reply to Thread
Results 1 to 3 of 3

The next number should be easy

  1. #1
    Registered User
    Join Date
    11-08-2007
    MS-Off Ver
    2021 Prof
    Posts
    84

    Talking The next number should be easy

    Yes it should be easy.....

    I have a list that I want to automatically enter the next highest number in the list into the first cell of a row when I enter data to the rest of the row... untill then the cell should be blank


    =IF((ISBLANK(K1637)),"000000000e",MAX(A2:A6000)+1)

    This should work but

    Some rows have been deleted so the sequence is wacky

    I cant copy this into the cells without all the reference changing .. wacky again

    I need the blank rows to go to the end of a sort ascending (thats what the 00000000e is all about) but that doesnt always work

    And I would really like the ability for a number to be entered manually into a cell.. and for the formula to work if the number is removed ... no thats too wacky

    Sorry folk .. I seem to be working most of the projects bit out .. there is just a couple to go


  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    assume you have 5 rows of data so A5 = 5

    In A6 put =if(b6="","",a5+1)

    copy down in column A and when you enter data, next sequential number appears in column A

  3. #3
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    May be something like this in A1, copied down the column

    Please Login or Register  to view this content.
    Then when you enter data in column B a sequential numbering will appear even if you have some blank cells in column B
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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