{EXCEL} Insert spaces in phone number

spectrum200 Posted messages 85 Status Membre -  
yaga91 Posted messages 1 Status Membre -
Hello,
I would like to insert a space between every 2 digits of a series of phone numbers in an Excel (2003) field.
Does anyone have a solution?
Thank you in advance for your help
Configuration: Windows XP Internet Explorer 7.0

15 réponses

fiu
 
Hi,

you can use the display format
00" "00" "00" "00" "00

if it's for a conversion, you need to use
=TEXT(number; "00"" ""00"" ""00"" ""00"" ""00")
9
spectrum200 Posted messages 85 Status Membre
 
Thank you, Fiu, for the response, but I didn't quite understand the formula.
Can you give me a bit more detail?
0