+ Reply to Thread
Results 1 to 4 of 4

merging certain cells with bunch of files

  1. #1
    Registered User
    Join Date
    06-26-2008
    Posts
    2

    merging certain cells with bunch of files

    Hi,

    I have bunch of different identical files with the same format and number of cells, each have 2 columns A and B, with 200 rows. I like to copy those 2 columns in all of my files (about a 100) and lay them side by side in one file...

    so in my master file I want to copy the first file to columns A and B, my second file to column C and D, my third file to column E and F and so on...

    What is the fastest way to do this?

    Thanks so much for your help.
    Last edited by Roy123; 06-26-2008 at 01:50 AM.

  2. #2
    Registered User
    Join Date
    06-09-2008
    Posts
    19
    User simple formulas in the Master File:

    eg

    A1: "=[ClientFile1]Sheet1!$A1"
    B1: "=[ClientFile1]Sheet1!$B1"
    C1: "=[ClientFile2]Sheet1!$A1"
    D1: "=[ClientFile2]Sheet1!$B1"
    E1: "=[ClientFile3]Sheet1!$A1"
    F1: "=[ClientFile3]Sheet1!$B1"

    You can speed up the process of making the master file by careful use of Cut and Paste and Search and Replace

    All the best

    Andrew

  3. #3
    Registered User
    Join Date
    06-26-2008
    Posts
    2
    thanks for your reply, is there a software that I can put all my files in it that can automaticaly do this for me? If I do it one by one, its gona take me hours to do this, I have lots of files

    thanks

  4. #4
    Registered User
    Join Date
    06-09-2008
    Posts
    19
    You might be able to write a macro to do it by reading the file names from the directory and creating the formulas across the page.

    Andrew

+ 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