Is there any way to determine the prefix in an Autonumber column based on the value in a second, choice column. I want to automatically assign sample reference codes, but distinguish between which of three groups generated the sample.
The group is selected in a choice column, and I would like a prefix to be set to the front of the autnumber field. For example, if the groups are A, B and C, the sample code should be something like "A-100", "A-101", "B-102" etc.
Ideally each would have their own sequence, but this is less important. I know I can organise this through a second calculated column, but wondered if there's a on-stop solution for it instead?