#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Inserting a zero

Hi all,
I am working on a spreadsheet that as a column telephone numbers, however,
the '0' at the beginning of every number has been dropped.
How can I insert this so every number begins with a '0' ( the std's of the
numbers are from all over the UK so vary greatly)
Many thanks to anyone that can help me.
--
Janice
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Inserting a zero

On Aug 15, 7:10*am, Janice wrote:
Hi all,
I am working on a spreadsheet that as a column telephone numbers, however,
the '0' at the beginning of every number has been dropped.
How can I insert this so every number begins with a '0' ( the std's of the
numbers are from all over the UK so vary greatly)
Many thanks to anyone that can help me.
--
Janice


Use an apostrophe before the numbers, eg. '0123456

You may also choose to format the cell as text.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Inserting a zero

Format as Text before entering the numeric characters, or precede them
with an ' (apostrophe)

Janice wrote:
Hi all,
I am working on a spreadsheet that as a column telephone numbers, however,
the '0' at the beginning of every number has been dropped.
How can I insert this so every number begins with a '0' ( the std's of the
numbers are from all over the UK so vary greatly)
Many thanks to anyone that can help me.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Inserting a zero


--
Janice


"Steve Latronica Jr." wrote:

On Aug 15, 7:10 am, Janice wrote:
Hi all,
I am working on a spreadsheet that as a column telephone numbers, however,
the '0' at the beginning of every number has been dropped.
How can I insert this so every number begins with a '0' ( the std's of the
numbers are from all over the UK so vary greatly)
Many thanks to anyone that can help me.
--
Janice


Use an apostrophe before the numbers, eg. '0123456

You may also choose to format the cell as text.


Hi, many thanks for that but is there anyway I can do this on mass - I have
over 2000 numbers that I need to do this on and I am hoping I dont have to do
them individually ! Thanks again

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Inserting a zero

Either
Format the cells as text before you type in the number
or
Precede the number with an apostrophe
or
Custom Format as 00000000000 if you know that all the numbers will be 11
digits
or
Use a helper column of ="0"&A2
--
David Biddulph

"Janice" wrote in message
...
Hi all,
I am working on a spreadsheet that as a column telephone numbers, however,
the '0' at the beginning of every number has been dropped.
How can I insert this so every number begins with a '0' ( the std's of the
numbers are from all over the UK so vary greatly)
Many thanks to anyone that can help me.
--
Janice





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Inserting a zero

If you don't have any international calls (where the prefix should be
00), you can use a formula like this in a helper column:

=IF(LEN(A1)6,"0"&A1,""&A1)

and copy this down. This retains the correct numbers for DQ and other
special services (like 118118, 123, 154 etc), and assumes that your
numbers start in A1. If you like, you can fix the values in the helper
column and then copy/paste them over the originals.

Hope this helps.

Pete

On Aug 15, 1:20*pm, Janice wrote:
--
Janice

"Steve Latronica Jr." wrote:
On Aug 15, 7:10 am, Janice wrote:
Hi all,
I am working on a spreadsheet that as a column telephone numbers, however,
the '0' at the beginning of every number has been dropped.
How can I insert this so every number begins with a '0' ( the std's of the
numbers are from all over the UK so vary greatly)
Many thanks to anyone that can help me.
--
Janice


Use an apostrophe before the numbers, eg. '0123456


You may also choose to format the cell as text.


Hi, many thanks for that but is there anyway I can do this on mass - I have
over 2000 numbers that I need to do this on and I am hoping I dont have to do
them individually ! Thanks again



- Hide quoted text -

- Show quoted text -


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inserting? SteveB Excel Discussion (Misc queries) 1 May 18th 07 05:16 AM
Inserting a tab [email protected] Excel Discussion (Misc queries) 4 January 12th 07 05:29 PM
Inserting row umba-sr Excel Discussion (Misc queries) 3 April 13th 06 03:56 PM
Inserting a row Tom Excel Worksheet Functions 8 January 31st 06 12:28 AM
inserting a row.. angelb88 Excel Discussion (Misc queries) 1 April 5th 05 05:40 PM


All times are GMT +1. The time now is 01:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"