I'm trying to format a cell to add POS to the first of the typed value and keep the leading zeros.
It means if I type 0125, I want it to be converted to POS0125
I've changed the format of the cell to the following, but none of them gives me the desired result.
"POS" 000000000000
"POS" ###########
Any kind of advice is much appreciated.
Input value by user | Result |
0125 | POS0125 |
003265 | POS003265 |
326 | POS326 |
00003 | POS00003 |
It means if I type 0125, I want it to be converted to POS0125
I've changed the format of the cell to the following, but none of them gives me the desired result.
"POS" 000000000000
"POS" ###########
Any kind of advice is much appreciated.