Thread
:
concatenate problem
View Single Post
#
5
Posted to microsoft.public.excel.programming
Nigel[_2_]
external usenet poster
Posts: 735
concatenate problem
With number in cell A1 use this in another cell to create the string you
require....
=CONCATENATE(REPT(0,10-LEN(TRIM(A1))),A1)
--
Regards,
Nigel
"Lindy" wrote in message
...
Help Urgent
I have a column with variable length numbers. I need to put these in a
new
column with leading zeros in front to make the length of the new cell to
10.
Example for cell with 23, I need a new column to hold 0000000023.
--
Lindy
Reply With Quote
Nigel[_2_]
View Public Profile
Find all posts by Nigel[_2_]