I have an Excel file that contains descriptions:
Trees [1]
Buildings[20]
Cameras[303]
What I'm wanting to do is format what's inside the brackets to contain 4 digits. I know the custom format is "0000", but can I apply that format to those numbers?
The end result would look like:
Trees [0001]
Buildings[0020]
Cameras[0303]
Thank you for any tips!