krunal123

Board Regular
Joined
Jun 26, 2020
Messages
169
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
how to generate Next invoice number After search table1 in excel ?

Dear Sir,
pleased Solve My Query We need formula For increase invoice number......
 

Attachments

  • image_2024-04-01_093403135.png
    image_2024-04-01_093403135.png
    53.7 KB · Views: 4
  • image_2024-04-01_093432549.png
    image_2024-04-01_093432549.png
    36.1 KB · Views: 4

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
In the worksheet called 'Register', store the 'Bill No' under column A as a number, not text. Instead of '001 use 1 and so on.

Then you can use the formula:
=MAX(Register!A:A)+1
in cell G6 on the worksheet named 'Invoice' to get the next bill number.

Format cell G6 as 000 to get the leading zeroes you want.
 
Upvote 0
In the worksheet called 'Register', store the 'Bill No' under column A as a number, not text. Instead of '001 use 1 and so on.

Then you can use the formula:
=MAX(Register!A:A)+1
in cell G6 on the worksheet named 'Invoice' to get the next bill number.

Format cell G6 as 000 to get the leading zeroes you want.

How to Use Below Trick :
~ >*()))><(
 
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,601
Members
449,109
Latest member
Sebas8956

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top