How to remove a zero after the first 2 letters in a string of text?

I have data that varies where the zero is located. Some examples would be AA01 or AA01x as well as AA12, etc.

The first two characters are always letters and I want to return the rest of string without any zeros.

I need to just remove the Zero where ever it may be in that string. Typically, but not always the Zero is at the third digit. The outcome should look like this: AA1 or AA1x or AA12

Thanks in advance!

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!