Help

Re: Can i autonumber

1692 1
cancel
Showing results for 
Search instead for 
Did you mean: 
vGreen_Virtual
4 - Data Explorer
4 - Data Explorer

Is there a way to auto-number. it’s like I need GVE001 to VGE250. is there an easy way to do that?

5 Replies 5
Andrew_Davies
7 - App Architect
7 - App Architect

Hi

Yes there is. Assuming you mean you want to autonumber GVE001 to GVE250 (not VGE in your post)

Add another field of type “autonumber”

Add a field of type “formula” and add the following

CONCACTENATE(‘GVE’,name of your autonumber field)

Hope that helps!

Andrew

i dont understand, would you send a video? thanks and sorry

where is that i am trying to do:
Screenshot 2022-11-13 172204

as @Andrew_Davies mentioned

You will need 2 columns for that.

  1. Name column created with formula CONCACTENATE(‘VGE’,name of your autonumber field)
  2. Column with type Autonumber
Andrew_Davies
7 - App Architect
7 - App Architect

Sorry this has taken a while - here is a little video. Hope it helps!