+ Reply to Thread
Results 1 to 9 of 9

Automated invoice numbers

Hybrid View

  1. #1
    Registered User
    Join Date
    12-14-2011
    Location
    Lancs UK
    MS-Off Ver
    Excel 2003
    Posts
    13

    Automated invoice numbers

    Hi,
    I have a sheet that lists my customer’s records including invoices, with a pre-existing column of consecutive invoice numbers in place. Would it be possible to have these invoice numbers appear automatically as I enter invoice details rather than the pre-existing column on the sheet?
    Last edited by pcspike; 12-16-2011 at 11:15 AM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Automated invoice numbers

    Need to see an example
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    12-14-2011
    Location
    Lancs UK
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Automated invoice numbers

    Sorry but difficult to describe.
    If my invoice numbers were to be displayed in column C, and the start number was 192 in C1, I’m looking to column C2 to automatically display 193 when I start inputting information in row 2 at B2 for example and the same for C3 and so on.
    Hope that’s bit clearer

  4. #4
    Registered User
    Join Date
    12-06-2011
    Location
    Arkansas, USA
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Automated invoice numbers

    This is not exactly what you are looking for, but you don't have to put all of the values in manually. You can enter a few, and then highlight the filled cells and drag to the right and excel should autofill the next numbers. Alternatively, in cell 1 of column B:
    =if(B2="","",A1+1)
    Would require the first value in the sheet (A1) to be put in manually, but all of the others would autofill if you copied it across.

  5. #5
    Registered User
    Join Date
    12-14-2011
    Location
    Lancs UK
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Automated invoice numbers

    Quote Originally Posted by ATufts View Post
    This is not exactly what you are looking for, but you don't have to put all of the values in manually. You can enter a few, and then highlight the filled cells and drag to the right and excel should autofill the next numbers. Alternatively, in cell 1 of column B:
    =if(B2="","",A1+1)
    Would require the first value in the sheet (A1) to be put in manually, but all of the others would autofill if you copied it across.
    Had a few goes with this but unable to get a result. Can you provide more info please?

  6. #6
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Automated invoice numbers

    in c2 =if(B2="","",c1+1) dragged down
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  7. #7
    Registered User
    Join Date
    12-14-2011
    Location
    Lancs UK
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Automated invoice numbers

    Hi,
    Managed to find something that does exactly what I want at this link http://spreadsheetpage.com/index.php...ist_numbering/ I would appreciate some help in adapting it to my sheet.

    In my sheet the invoice numbers start at 192 in column C at C5 with details in column B

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Automated invoice numbers

    like this you mean?
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    12-14-2011
    Location
    Lancs UK
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Automated invoice numbers

    Quote Originally Posted by martindwilson View Post
    like this you mean?
    Martin, I mean exactly like that Thanks very much

+ 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