+ Reply to Thread
Results 1 to 5 of 5

Excel format JOHN MICK to Text format "JOHN","MICK"

  1. #1
    John
    Guest

    Excel format JOHN MICK to Text format "JOHN","MICK"

    I would like to change format from excel to text

    Excel JOHN MICK
    Text "JOHN","MICK"

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    Try


    =""""&LEFT(A1,FIND(" ",A1)-1)&""","""&RIGHT(A1,LEN(A1)-FIND(" ",A1)) & """"

  3. #3
    Toppers
    Guest

    RE: Excel format JOHN MICK to Text format "JOHN","MICK"

    ="""" & 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. #4
    Ardus Petus
    Guest

    Re: Excel format JOHN MICK to Text format "JOHN","MICK"

    =""""&A1&""","""&B1&""""

    HTH
    --
    AP

    "John" <John@discussions.microsoft.com> a écrit dans le message de news:
    C8245EE8-C5AB-42A2-A670-A05B79113605@microsoft.com...
    >I would like to change format from excel to text
    >
    > Excel JOHN MICK
    > Text "JOHN","MICK"




  5. #5
    John
    Guest

    RE: Excel format JOHN MICK to Text format "JOHN","MICK"

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1