What formula could I use to convert a string to a text field with 4 characters? In Excel, I use a simple Text() formula: =text(A1,"0000") where the following values would convert if...
- A1 equals 123 and the output adds a leading '0' to '0123'
- A1 equals 001234 and the output removes the leading '0' to '1234'