I am trying to create a formula that creates a unique ID number based on a concatonated value. Value should reflect year, customer number and the order number for that customer. It should look like this,
YYYY-CustNo-OrdeNo.
So the order for customer that we sight up in 2022 as the first customer of the year and makes their fifth order will have the following number
2022-001-005.
I have already generated the Year and customer number from our accounting program, so I have the first two pieces. (2022 and 001) but I need a formula to generate the order number relative to the client.
Can anyone help with some code or a reference to the knowledgebase? Thanks.