+ Reply to Thread
Results 1 to 2 of 2

VLOOKUP to move information from one spreadsheet to another

  1. #1
    Registered User
    Join Date
    06-24-2013
    Location
    GB, Wisconsin
    MS-Off Ver
    Mac Excel 2011
    Posts
    8

    VLOOKUP to move information from one spreadsheet to another

    Hello everybody,

    So I'm looking for some help to transfer data from one spreadsheet to another. So spreadsheet "ZIPCODE HELP" has a bunch of zip codes in it and I would like to use VLOOKUP to populate information/data for that same zip code from spreadsheet "CONUS DATA HELP".

    As always I thank you for your time!
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,808

    Re: VLOOKUP to move information from one spreadsheet to another

    you can use vlookup or index/match to pull the information across

    what information did you wish to transfer - if all

    i copied the sheet into the same workbook and used
    =INDEX(Sheet1!B:B,MATCH('Sheet1 (2)'!A2,Sheet1!A:A,0))
    to copy the data in column B across to the zipcode sheet
    BUT there where only two matches anyway

    is this just a sample ?

    you can then change the index/match to lookup other columns by changing
    =INDEX(Sheet1!B:B,MATCH('Sheet1 (2)'!$A2,Sheet1!A:A,0))
    just the column reference
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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