I would like to set up a column that when a user pick certain category e.g: civil, mechanical or electrical. It will then generate a uniqueID that will show like
if civil → generate QW C 01
if mechanical → generate QW M 01
if electrical → generate QW E 01
I know that we could use concatenate and do that but since the problem is that the number QW E ‘01’, I usually used row number as references but since in this case I would want it to be continuously from the same category, I am not sure how to do that. Any idea?