Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Paul K.
 
Posts: n/a
Default Add space to phone no's

I would like to add a space to a column of UK phone no's
12345678911
12345 678911
How do I do this please
  #2   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Add space to phone no's

Use a custom format like.... # ###### or 0 000000

HTH
Jean-Guy

"Paul K." wrote:

I would like to add a space to a column of UK phone no's
12345678911
12345 678911
How do I do this please

  #3   Report Post  
Posted to microsoft.public.excel.misc
Anne Troy
 
Posts: n/a
Default Add space to phone no's

Format--Cells, Custom and type 00000 000000
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Paul K." wrote in message
...
I would like to add a space to a column of UK phone no's
12345678911
12345 678911
How do I do this please



  #4   Report Post  
Posted to microsoft.public.excel.misc
Paul K.
 
Posts: n/a
Default Add space to phone no's

I tried this already, but I thought that I would give it another go.
Unfortunately the numbers don't change, I have no security on the worksheet
and have read and write permissions. Any other ideas? Would be appreciated!
Paul K.

"Anne Troy" wrote:

Format--Cells, Custom and type 00000 000000
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Paul K." wrote in message
...
I would like to add a space to a column of UK phone no's
12345678911
12345 678911
How do I do this please




  #5   Report Post  
Posted to microsoft.public.excel.misc
Anne Troy
 
Posts: n/a
Default Add space to phone no's

Likely, then, they are formatted as text.
Format the cells as numbers, with that custom format.
If that doesn't work, see "Data Isn't Recognized..."
http://www.officearticles.com/excel/...soft_excel.htm
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Paul K." wrote in message
...
I tried this already, but I thought that I would give it another go.
Unfortunately the numbers don't change, I have no security on the
worksheet
and have read and write permissions. Any other ideas? Would be
appreciated!
Paul K.

"Anne Troy" wrote:

Format--Cells, Custom and type 00000 000000
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Paul K." wrote in message
...
I would like to add a space to a column of UK phone no's
12345678911
12345 678911
How do I do this please








  #6   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default Add space to phone no's

Hi Paul,

there should also be a leading zero if the call is to a landline or
mobile number, so you could do this at the same time using this
formula:

="0"&LEFT(A1,4)&" "&TRIM(RIGHT(A1,LEN(A1)-4))

assuming your numbers start in A1. Copy this formula down as necessary
- the first 5 characters (including the 0) will be separated by a space
from the rest of the number.

If you have overseas numbers ("00") or DQ numbers, the formula would
need to be modified.

Personally, I think phone numbers should be treated as text - you are
not likely to want to do any arithmetic on them!

Hope this helps.

Pete

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
Don't allow a space in a cell...how to prevent? Jugglertwo Excel Discussion (Misc queries) 2 December 2nd 05 04:50 PM
formula that will go up one space if no value in specified space skammi Excel Worksheet Functions 1 November 16th 05 03:28 PM
Phone Numbers Repeated Zip Codes Excel Discussion (Misc queries) 1 June 16th 05 09:42 PM
insert a space in a phone #. change (123)456-7890 to (123) 456-78 leo Excel Worksheet Functions 6 January 15th 05 01:57 AM
Phone Dialer Pat Excel Discussion (Misc queries) 5 January 7th 05 06:28 PM


All times are GMT +1. The time now is 09:11 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"