Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Automatic Invoice Numbering

I have created a workbook with several worksheets contaning diferent
information concerning my clients. On 1 sheet I have a list of invoice
numbers starting with 1001 in row A! with relevant info of each invoice being
generated, this is to keep record of all invoices gone out, My own invoice is
in the same workbook but on another worksheet.
I need a formula that can generate the next available invoice number to
prevent duplicating invoice numbers.

Your assistance wil be highly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Automatic Invoice Numbering

You will need to employ a little VBA.

See John McGimpsey's site for code.

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html


Gord Dibben MS Excel MVP


On Sat, 26 May 2007 09:10:01 -0700, nexor63
wrote:

I have created a workbook with several worksheets contaning diferent
information concerning my clients. On 1 sheet I have a list of invoice
numbers starting with 1001 in row A! with relevant info of each invoice being
generated, this is to keep record of all invoices gone out, My own invoice is
in the same workbook but on another worksheet.
I need a formula that can generate the next available invoice number to
prevent duplicating invoice numbers.

Your assistance wil be highly appreciated.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Automatic Invoice Numbering

hi,
if your numbers are all in one row or column, you could use this formula
=max(A1:IV1)+1 or = max(A1:A5000)+1
this would get the largest number in the array and add 1 to it ie display
the next number.
but if your data is scattered perticularly between sheets, check out Gord's
suggestion.

regards
FSt1

"nexor63" wrote:

I have created a workbook with several worksheets contaning diferent
information concerning my clients. On 1 sheet I have a list of invoice
numbers starting with 1001 in row A! with relevant info of each invoice being
generated, this is to keep record of all invoices gone out, My own invoice is
in the same workbook but on another worksheet.
I need a formula that can generate the next available invoice number to
prevent duplicating invoice numbers.

Your assistance wil be highly appreciated.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Invoice Numbering Amber Excel Discussion (Misc queries) 4 July 20th 07 03:16 PM
Numbering Invoice DaveO Excel Discussion (Misc queries) 2 July 21st 06 10:23 PM
How do I get automatic sequential numbering when using an invoice. MaryL Excel Discussion (Misc queries) 1 April 15th 05 08:21 PM
How do I set up invoice automatic numbering in excel? Tracy Excel Discussion (Misc queries) 1 March 22nd 05 05:31 PM
invoice numbering Mel Excel Worksheet Functions 2 January 3rd 05 09:15 PM


All times are GMT +1. The time now is 03:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"