Hi all, I am building an excel sheet for my real estate company. I am trying to create a unique ID for each customer. The ID is simply the building number, the floor number, and the apartment number.
If A1 is the building number, B1 is the floor number, and C1 is the apartment number, the ID should simply be =A1&B1&C1. The trick is that I need the ID to be 6 digits, so that the first 2 are the building, the next 2 are the apartment, and third 2 are the floor.
If I didn't do so I could mix up building(11), floor(1), apartment(1) with building(1), floor(11), apartment(1), both would be 1111.
I tried fixing it with number formats, 1 would look 01, but it doesn't work with "&"
If A1 is the building number, B1 is the floor number, and C1 is the apartment number, the ID should simply be =A1&B1&C1. The trick is that I need the ID to be 6 digits, so that the first 2 are the building, the next 2 are the apartment, and third 2 are the floor.
If I didn't do so I could mix up building(11), floor(1), apartment(1) with building(1), floor(11), apartment(1), both would be 1111.
I tried fixing it with number formats, 1 would look 01, but it doesn't work with "&"