Jeffeverton
New Member
- Joined
- Feb 23, 2024
- Messages
- 4
- Office Version
- 2019
- Platform
- Windows
Hi there I would like to know how I can set the following type of invoice numbers to be recorded on a different sheet by the use of a button form control and how I can use another button form control to automatically generate the next invoice number when I press the button as the sequence follows below
FP5435
FP5436
FP5437
I have in sheet 1 the following Cell D5 FP5435, I have inserted 2 button form controls in sheet 1 the first one is to add the invoice number in cell D5 to a record of invoices in sheet 3 , the second button is to start a new invoice number with the sequence continuing. If you could possibly explain what formula/function I can use it would be much appreciated.
FP5435
FP5436
FP5437
I have in sheet 1 the following Cell D5 FP5435, I have inserted 2 button form controls in sheet 1 the first one is to add the invoice number in cell D5 to a record of invoices in sheet 3 , the second button is to start a new invoice number with the sequence continuing. If you could possibly explain what formula/function I can use it would be much appreciated.
Invoice.xlsm | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
3 | |||||||
4 | |||||||
5 | Invoice No. | FP5435 | |||||
6 | |||||||
Sheet1 |
Invoice.xlsm | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Invoice No. | Company | Description | Amount | Date | ||
2 | |||||||
3 | |||||||
4 | |||||||
Sheet3 |