+ Reply to Thread
Results 1 to 2 of 2

Merge 2 XLS files into 1

Hybrid View

  1. #1
    Registered User
    Join Date
    03-13-2007
    Posts
    44

    Exclamation Merge 2 XLS files into 1

    Excel 2000

    I need to Merge 2 .xls files into 1. How can I do that?

    I tried Pivot (Microsfor Excel List or Database).. did not work....

    I tried Pivot (External Data Source) with Microsoft Query and it is not installed on my comp. The guy with the CDs at work is gone for the day.

    Any ideas? I need this done ASAP.

    Both have 1 main column that is the same. I need to match them up and then Insert on of the columns into the other xls spreadsheet.

    Thanks

  2. #2
    Forum Contributor
    Join Date
    08-14-2006
    Location
    USA
    MS-Off Ver
    2019
    Posts
    686
    Use a combination of INDEX with MATCH

    INDEX(array,row_num,column_num)
    returns the value of a specified cell or array of cells within array.

    Use Match to find the Row_Num & Col_Num
    MATCH(lookup_value,lookup_array,match_type)

    Or VLOOKUP can be used if your data is sorted alphabetically.

+ 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