M
Mike
how do I insert a zero ie 01535-1A to 01535-01A
The simplest way would be to use the SUBSTITUTE function:
if your code is in cell D5 -> "=SUBSTITUTE(D5,"-","-0")"
This is however quite simplistic, and will introduce a 0 even if there was
already one after the hyphen.
Please let me know if you want something more complex.