T
tango
dear all
this is to pad with trailing 0
=IF(D2<14, D2&REPT("0",14-LEN(D2)),D2)
why when i put in this way it doesn't seem to work?
=IF(D2<14, REPT("0",14-LEN(D2)&D2),D2)
thanks
this is to pad with trailing 0
=IF(D2<14, D2&REPT("0",14-LEN(D2)),D2)
why when i put in this way it doesn't seem to work?
=IF(D2<14, REPT("0",14-LEN(D2)&D2),D2)
thanks