Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to change format from excel to text
Excel JOHN MICK Text "JOHN","MICK" |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=""""&A1&""","""&B1&""""
HTH -- AP "John" a écrit dans le message de news: ... I would like to change format from excel to text Excel JOHN MICK Text "JOHN","MICK" |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
="""" & A1 & """"
A1 contains JOHN will give "JOHN" HTH "John" wrote: I would like to change format from excel to text Excel JOHN MICK Text "JOHN","MICK" |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try =""""&LEFT(A1,FIND(" ",A1)-1)&""","""&RIGHT(A1,LEN(A1)-FIND(" ",A1)) & """" -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=563390 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you for your advice, your information is useful but actually what I
would like to get the right answer is "JOHN" on text file instead of excel file. Pls advice me. Thanks a lot ! JOHN "Toppers" wrote: ="""" & A1 & """" A1 contains JOHN will give "JOHN" HTH "John" wrote: I would like to change format from excel to text Excel JOHN MICK Text "JOHN","MICK" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text File creates incorrect Date format | Excel Discussion (Misc queries) | |||
moving text from a word document to excel | New Users to Excel | |||
date format in excel not in line with control panel regional setti | Excel Discussion (Misc queries) | |||
How do I set Excel cell format to "Text" from VB.NET? | Excel Discussion (Misc queries) | |||
format text in excel | New Users to Excel |