Creating Custom Unique ID starting with your intials

So, How do I get custom Unique ID like starting with DXBโ€ฆ
Like I have Google sheet it has diffrent tab named with city. So for each tab I want Unique Id starting with city codes then random unique no. For example NYC21343.
Thank You.

Solved Solved
0 2 266
1 ACCEPTED SOLUTION

Try CONCATENATE(โ€œDXBโ€,UniqueID())

View solution in original post

2 REPLIES 2

Try CONCATENATE(โ€œDXBโ€,UniqueID())

Thank you, It worked! @1minManager