Skip to main content

How to automatically generate invoice number in Excel?

As we know, invoice numbers are consecutive. If we input invoice numbers manually, we may forget the invoice number last time we used, and get overlapping number for the new invoice in Excel. In this article, I will introduce two methods to automatically generate invoice numbers in Excel easily.


Add a automatically invoice number generator in Excel

1. Create a new workbook, or open the workbook you will add invoice number automatically.

2. Find a blank cell, and enter the beginning number of your invoice numbers. In our case, and enter 10000 into Cell D2.

3. Open the Microsoft Visual Basic for Applications dialog box with pressing the Alt + F11 keys simultaneously, then expand the VBAProject (current workbook), and double click the ThisWorkbook. See left screenshot:
Note: In our case, we double click the ThisWorkbook under the VBAProject (Book1).

4. Paste the following code into the opening window.

VBA: Voice Number Generator

Private Sub Workbook_Open()
Range("D2").Value = Range("D2").Value + 1
End Sub

Note: Change the D2 to the specified cell in which you entered the beginning number of invoice number in Step 2.

5. In addition to make whole numbers as invoice number, we can verify our invoice numbers with following formulas:

No. Formula Invoice Numbers
1 ="CompanyName"&TEXT(TODAY(),"yymmdd")&D2 CompanyName141209100000
2 ="CompanyName"&TEXT(TODAY(),"0")& D2 CompanyName41982100000
3 ="CompanyName"&TEXT(NOW(),"MMDDHHMMSS")& D2 CompanyName1209095819100000
4 ="CompanyName"&TEXT(NOW(),"0")& D2 CompanyName41982100000
5 ="CompanyName"&RANDBETWEEN(100000,999999)& D2 CompanyName448685100000
note ribbon Formula is too complicated to remember? Save the formula as an Auto Text entry for reusing with only one click in future!
Read more…     Free trial

Notes:
(1) Change the D2 to the cell you entered the beginning number of invoice in above formulas, and change the CompanyName to the text you want to show in your invoice numbers.
(2) Enter one of above formulas into the cell you will get invoice number automatically, and press the Enter key.

6. Save current workbook:
A. In Excel 2013, click the File > Save (or Save As) > Computer> Browse;
B. In Excel 2007 and 2010, click the File / Office Button > Save (or Save As).

7. In the coming Save As dialog box, please do as follows:

(1) Enter a name for this workbook in the File name box;
(2) Click the Save as type box and specify the Excel Macro-Enabled Workbook (*.xlsm) from drop down list;
(3) Click to open a folder where you will save this workbook;
(4) Click the Save button.

 

From now on, every time you open the workbook of Invoice Number Generator, the invoice number is 1 bigger than the last time you open the workbook. Please note that you must save the workbook before closing it every time.


Add invoice number with KTE’s Insert Sequence Number feature

You may notice that the first method requires you to get the invoice number only in a specified workbook. What’s worse, once you forget saving the specified workbook before closing, the invoice number will overlap.  But with Kutools for Excel’s Insert Sequences Numbers feature, you can insert unique and consecutive invoice number no matter which workbook you are using.

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now

1. Select the cell you will get invoice number, and then click the Kutools > Insert > Insert Sequence Number.

2. In the Insert Sequence Number dialog box, click the New button, and then in the expanding Sequence number editing area please do as follows (see above screenshot):
(1) In the Sequence name box enter a name for the new sequence name, such as Invoice Number.
(2) In the Increment box, enter 1;
(3) In the Prefix (optional) box, enter you company name or other text you will show at the begging of invoice number;
(4) In the Start Number box enter the beginning number of your invoice number, such as 10000 or 1;
(5) In the No. of digits box, specify the digits, such as 6;
(6) Click the Add button.

3. Keep the new created Sequence selected, and click the Fill Range button, and then click the Close button.

No matter in which workbook you apply this Insert Sequence Number feature, it will generate an invoice number that is 1 bigger than the last time you apply this feature. Click to know more about this Insert Sequence Number feature of Kutools for Excel

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now


Demo: Add invoice number with KTE's Insert Sequence Number feature


Kutools for Excel: Over 300 handy tools at your fingertips! Start your 30-day free trial with no feature limitations today. Download Now!

Insert unique and consecutive invoice numbers across multiple workbooks

Most of time, we can only insert consecutive invoice numbers by formulas or other methods in one sheet or one workbook. But, with powerful Insert Sequence Numbers feature of Kutools for Excel, you can easily insert unique and consecutive invoice numbers across multiple workbooks.


ad insert sequence invoice number

Easily find and insert all missing sequence numbers (invoice numbers) in a list in Excel

As we know, invoice numbers are consecutive normally. But sometimes some invoice numbers may be missing by mistakes. Kutools for Excel’s Find Missing Sequence Number utility can help you find and insert all missing invoice numbers, and highlight rows or insert blank rows when encountering missing invoice numbers as well.


ad find missing sequence numbers 2

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (7)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
I am a cleark in a school. In excel sheet student list is their. I cut the bill student wise via mail merge and give bill no manually so sometimes some bill no skipped. so I want a rule, when I skipped no give some instruction and stop. we use data validation, but its work only unique no or duplicate no. so please help us, Student name Bill no. Rahul 1 shyam 4 Atal Shivani 2 Ram Pratima 3 thank you.
This comment was minimized by the moderator on the site
How do I use this insert to auto generate the number without having to run it every time....Say, every time I open the Quote template it auto fills the cell that I inserted this number generator in?
This comment was minimized by the moderator on the site
Very helpful the automatic numbering of invoices. But how do i keep record of these invoices separately form my template ? I would appreciate your help. thanks L
This comment was minimized by the moderator on the site
jgljkasdf asjkfg asd asdf agh fajlsd fads ga df f fdadf afd adf
This comment was minimized by the moderator on the site
this is also useful for me, but i need some modification in that xxx/yy-yy/LAA XXX = number yy-yy = financial year LAA = Text Here Financial year from May-13 to April-14 So need as per Example: For Financial Year 2013-2014 001/13-14/LAA 002/13-14/LAA 003/13-14/LAA 004/13-14/LAA And for next Financial Year 2014-2015 001/14-15/LAA 002/14-15/LAA 003/14-15/LAA 004/14-15/LAA Thanks a lot. hadoop training in chennai | informatica training in chennai
This comment was minimized by the moderator on the site
The First formula uses the =IF(ISERROR( functions This has been available in all Excel versions. The Second formula uses the =IFERROR( Function Iferror was only introduced in Excel 2007 and hence cannot be used in older versions of Excel. Both formulas return the same result except that the second formula is more efficient. But unless you have many thousands of these cells with similar formulas you will not notice a speed difference. [url]VMware Training in Chennai[/url] | [url]Pega Training in Chennai[/url]
This comment was minimized by the moderator on the site
I need your help. I tried data validation for description column. But the values are wrong. If I click on the coats category, description should display all the items under the coats category but its displaying the other categories description too. Kindly help me in the formula to display the respective descriptions for the category chosen. How to activate the other buttons like filter, create invoice, clear data etc? There is no video for that. Kindly help me. I am trying this program since I wanna create a program using all these options. http://www.traininginsholinganallur.in/dot-net-training-in-chennai.html
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations