Help

Autogenerated Numbers

Topic Labels: Formulas
1205 1
cancel
Showing results for 
Search instead for 
Did you mean: 
maddie_shackell
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi,

I am wanting to create autogenerated Job numbers for new projects. The sequence for job numbers is JXXX (where the x’s denote a unique job number.

Does anyone know how to do this on Airtable?

1 Reply 1

Hi @maddie_shackell,

Welcome to Airtable!! :smiling_face_with_three_hearts: Heart

Assuming you already have a column with an Autonumber (let’s call it AutoID), you’re formula would look like this;

CONCATENATE("J",RIGHT("000" & {AutoID}&"",3))

Enjoy your day,
Nathalie