Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column with 934 lines in it and need to add a leading zero to each
line. How do I do this without adding line by line? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In cell B1 use this formula ...
="0" & A1 Copy and paste this all the way down your data and it'll do as you ask. HTH. "Fuzy Duk" wrote: I have a column with 934 lines in it and need to add a leading zero to each line. How do I do this without adding line by line? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Awsome Dave! Thanks for saving my valuable time.
"DaveO" wrote: In cell B1 use this formula ... ="0" & A1 Copy and paste this all the way down your data and it'll do as you ask. HTH. "Fuzy Duk" wrote: I have a column with 934 lines in it and need to add a leading zero to each line. How do I do this without adding line by line? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
One way is to use a helper column like this: ="0"&A2 and fill it down. Once you are happy, copy the whole column of results, then Edit/Past Special/Values to fix them in place. Hope this helps. Andy. "Fuzy Duk" wrote in message ... I have a column with 934 lines in it and need to add a leading zero to each line. How do I do this without adding line by line? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That works great. Thanks, Andy!
"Andy" wrote: Hi One way is to use a helper column like this: ="0"&A2 and fill it down. Once you are happy, copy the whole column of results, then Edit/Past Special/Values to fix them in place. Hope this helps. Andy. "Fuzy Duk" wrote in message ... I have a column with 934 lines in it and need to add a leading zero to each line. How do I do this without adding line by line? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing leading zeros from a group of numbers | Excel Discussion (Misc queries) | |||
Formatting a group of cells for text | Excel Discussion (Misc queries) | |||
How can i copy a group of cells in a row to a column? | Excel Discussion (Misc queries) | |||
Is it possible to show leading zeros for "number" cells? | Excel Discussion (Misc queries) | |||
How do I format data cells in Excel to keep leading zeroes? | Setting up and Configuration of Excel |