+ Reply to Thread
Results 1 to 2 of 2

merging 4 columns into 1 new column

  1. #1
    Registered User
    Join Date
    09-24-2007
    Posts
    1

    merging 4 columns into 1 new column

    Hello,

    I have a .csv file in which I need to take data from 4 different columns and merge them into 1 new column.

    I assume I need a script to do this? I am not really a programmer, so I hope there is a quick and easy way to automate this.

    Any ideas?

    Thanks,
    Todd

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967
    Read the file in as a four column list.

    In a fifth column type

    = A1 & B1 & C1 & D1
    into E1 and copy down. Then copy column E and edit paste special values into another column.

+ 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