Hi All
I am using the below formula to generate a unique ID based on the first letter of the selected type. This works well if all types start with a different letter, however i have 3 types that start with P
=IF([Row ID]@row = "", "", LEFT(Type@row , 1) + "-" + [Row ID]@row )
Could you please show me a formula that will pre-fix the first 3 letters of a type so i can differentiate between them?
Cheers
Paul