![]() |
custom formating text
Hello
I am using excel and i want to add space to text. Eg I have text like EE1234567890 and i want excel to display it as EE 1234567 890 in the same cell, without cuting it to peaces ( this is because i minght need to copy it to word) Thanks Mart |
custom formating text
formatting such as that only pertains to values stored as numbers, so you
would physically have to add spaces or display it in another cell using a formula to insert the spaces. You could write a macro to put in the spaces and write another to take them out. -- Regards, Tom Ogilvy "Mart" wrote in message ... Hello I am using excel and i want to add space to text. Eg I have text like EE1234567890 and i want excel to display it as EE 1234567 890 in the same cell, without cuting it to peaces ( this is because i minght need to copy it to word) Thanks Mart |
custom formating text
Hi Mart ,
You could use a formula like this =LEFT(A1,2) & " " & MID(A1,3,7) & " " & RIGHT(A1,3) provided your string legth and format doesn't change(here A1 has the required string) Thanks Xcelion "Mart" wrote: Hello I am using excel and i want to add space to text. Eg I have text like EE1234567890 and i want excel to display it as EE 1234567 890 in the same cell, without cuting it to peaces ( this is because i minght need to copy it to word) Thanks Mart |
All times are GMT +1. The time now is 02:05 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com