+ Reply to Thread
Results 1 to 3 of 3

Exporting to text in a certain format

  1. #1
    Registered User
    Join Date
    11-14-2011
    Location
    Paris
    MS-Off Ver
    Excel 2010
    Posts
    10

    Exporting to text in a certain format

    Hello!

    I have two columns with text. For instance:

    textCOL1 textCOL2
    text1COL2 text1COL2
    text2COL3 textCOL3

    Now I want to export to a text file with the following structure:

    textCOL1 || textCOL2
    text1COL2 || text1COL2
    text2COL3 || textCOL3

    So, I want to have " || " between the input of a row. How do I achieve this?

    (I am using Excel 2010)
    Last edited by rowdy2k5; 05-09-2012 at 06:52 PM.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Exporting to text in a certain format

    In a helper column use,

    =A1&" || "&B1

    then copy & paste special >> values.

    Change the reference to suitable..
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Registered User
    Join Date
    11-14-2011
    Location
    Paris
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Exporting to text in a certain format

    Thank you very much Haseeb !!!

+ 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