Posted to microsoft.public.excel.programming
|
|
Input mask for changing a numeric to a Zero
Hello Bd420,
A1 = 123456789
A2 = "00000" & RIGHT(A1, 4)
Result in A2: 000006789
Sincerely,
Leith Ross
--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=496852
|