I have the following formula: TEXT(RIGHT(E106,4),"0000")
It will return the first 4 characters in cell E106. I need to adjust that formula so that if cell E106 only has 3 charcacters or two or one then it will put zeros before those characters. Example:
If E106 = A10A56, the current formula will return A10A
If E106 = A10, the current formula will return A10 but I need it to return 0A10
If E106 = A1, the current formula will return A1 but I need it to return 00A1
etc.
Thanks.
Bookmarks