Creating custom UNIQUEID()

Hi,
we have our invoices in a google sheets table and right now our ID/key is in this form:
IN0001
IN0002

Is it possible to set the next invoice ID (i.e. if IN0100 was the last record, let the new record be IN0101) as initial value for the key?

Thank you already for your help!

Francis

0 3 796
3 REPLIES 3

In generally that’s possible like “IN”&NUMBER(RIGHT([Column],4))+1) but please remember that if two or more users are using the app at the same time, you will have duplicate Key values.

Steve
Platinum 4
Platinum 4

Thank you both for your fast response!

Top Labels in this Space