Format Number (custom)

B

barryderay

I want a custom type that will take '5W' and put a zero in front, making it
'05W'. I used the 00 custom type and it would turn 5 into 05 but I haven't
found a working solution for the integer and character combination.
 
B

barryderay

This worked but I forgot to mention that if 05W or 15W was entered I want it
left alone. "0"@ added the zero to the beginning turning it into 005W or
015W.
 
Top