Hi everyone,
I am creating a sheet to gather project submissions. The unique ID feature doesn't work in my case. I have 13 departments, lets say Finance, Health, and Education as an example. Ideally, I would like to generate an ID such as: FIN-001, and if a second finance project were to happen it would appear as FIN-002. If it were education and EDU-001, etc.
I have tried to use JOIN(LEFT(DEPT@ROW,3),"-", COUNTIF(and now I'm stuck...
Thanks