ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I produce consecutive invoice numbers in Excel? (https://www.excelbanter.com/excel-worksheet-functions/247537-how-do-i-produce-consecutive-invoice-numbers-excel.html)

John Z

How do I produce consecutive invoice numbers in Excel?
 
I am trying to produce consecutive numbering on a bill of sale type
worksheet, Can anyone help me?

T. Valko

How do I produce consecutive invoice numbers in Excel?
 
See this:

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

--
Biff
Microsoft Excel MVP


"John Z" <John wrote in message
...
I am trying to produce consecutive numbering on a bill of sale type
worksheet, Can anyone help me?




ryguy7272

How do I produce consecutive invoice numbers in Excel?
 
Can you elaborate? Show an example.


Ryan--

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"John Z" wrote:

I am trying to produce consecutive numbering on a bill of sale type
worksheet, Can anyone help me?


Geoff_L[_2_]

How do I produce consecutive invoice numbers in Excel?
 
Is there a particular point of time or 'event' when you want it to increment?
E.g. when you go to print? If so then the incrementation is quite simply
added as part of the code that runs this. Even if you have recorded the
macro, you can simply add as a last line before the 'End Sub':

Range("B2") = Range("B2") + 1

Substitute the range that represents the cell where your invoice number lies.

Alternatively you can attach this code to a button etc.

Helpful? Then click Yes.

"T. Valko" wrote:

See this:

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

--
Biff
Microsoft Excel MVP


"John Z" <John wrote in message
...
I am trying to produce consecutive numbering on a bill of sale type
worksheet, Can anyone help me?



.


John Z[_2_]

How do I produce consecutive invoice numbers in Excel?
 
Thank you Very much. That is exactly what i was looking for!

"T. Valko" wrote:

See this:

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

--
Biff
Microsoft Excel MVP


"John Z" <John wrote in message
...
I am trying to produce consecutive numbering on a bill of sale type
worksheet, Can anyone help me?



.



All times are GMT +1. The time now is 05:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com