Hello everyone,
I am creating an application that needs to assign a unique number to each invoice. The unique number should consist of the serial number, the date of that month, and the year. For example, for the first invoice in this month it would be 01-05/2024 (serial number-month/year), and the next invoice in this month would be 02-05/2024, and so on. The first invoice from the following month would have a unique label of 01-06/2024. When the user selects the date of the next month, the sequence number 01 should appear in the field. The application has a date column, based on which the data could be calculated.
I have tried to create a calculated column in a SharePoint list, but I have not been able to come up with a solution. All data from the application is placed in a SharePoint sheet as well.
If you have a better suggestion, please share it here.