How to Automate Number Generation (No Repetition)

Hi Glide Community,

Currently, I have a data table that uses Google Sheets called Quotes. What we would like to implement is that every time we create a quote (via form), a quote number is generated corresponding to the previous number of the previous quote.

Quote Form

For example, I would create a quote named “test quote1”. Its quote number is then generated once the form is submitted. It produced the quote number QU1234. I then made another quote named “test quote2”. Its quote number is then generated as QU1235 and so on. As long as there isn’t any repeating quote numbers, that would be good.

Expected Result Every New Quote

Any help is appreciated. Thank you.

You can check this.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.