+ Reply to Thread
Results 1 to 3 of 3

Copy data between 2 excell spreadsheets

  1. #1
    Forum Contributor
    Join Date
    08-24-2011
    Location
    Richmond, Va
    MS-Off Ver
    Excel 2003
    Posts
    130

    Smile Copy data between 2 excell spreadsheets

    Lets say there are 2 excell spreadsheets

    1st excell spreadsheet has a buch of data
    2nd excell spreadsheet is only data related to a certain event e. g (Only keeps data for STORE #1)

    For example:

    1st excell file has

    Store # - # of people - sold - profit

    Store 1 - 4 - 23- 09
    Store 2 - 93- 23 - 759
    Store 3 - 98 - 983 - 9
    Store 1 - 09 - 992 - 2
    Store 7 - 30 - 0 - 3921
    Store 5 - 392 - 09- 95
    Store 1 - 39 - 8 - 2871

    So I want spreadsheet #2 to copy STORE#1 data from spreadsheet #1. (only copy column 1,3,4) Dont care for Column 2


    POSSIBLE SOLUTION: IF "column A" from "spreadsheet 1" = "STORE #1".... then copy column 1,3,4 ( Dont care for column 2)

    I hope I explained it well

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191

    Re: Copy data between 2 excell spreadsheets

    One way: in a helper column, beginning in row 2 (with row 1 having a 1 in it if it is for Store 1), =IF(A1="Store 1",Max($E$1:$E1)+1,""), dragged down.
    In sheet 2, A1 can have =Index(Sheet1!A:A,Match(Rows(A$1:A1),Sheet1!$E:$E,0)). You can drag that over and down for the columns and rows you want and then either copy/paste as values or simply hide the helper column in the first sheet.
    Life is about perseverance. Remember: today's mighty oak tree is just yesterday's nut that held its ground.

    If you like a post, please rate it with the scales icon (top right).
    If you feel really indebted, please consider a donation to charity, such as Feed the Children or Habitat for Humanity.

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Copy data between 2 excell spreadsheets

    Or use filter... but not sure if that's the solution you're looking for.

+ 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