+ Reply to Thread
Results 1 to 6 of 6

Import data from one spreadsheet to another

  1. #1
    Registered User
    Join Date
    06-07-2020
    Location
    Cornwall, UK
    MS-Off Ver
    Office 365
    Posts
    8

    Import data from one spreadsheet to another

    Good Morning all

    Sorry to be a pain, but i am stuck again !!

    I have a spreadsheet with two sheets in it, one sheet called master, and the other sheet called MFR Model Code

    in the master sheet there is a column called "MFR MDL CODE", which contains a code to identify the aircraft model

    in the MFR model code sheet is the decode, ie 1384856 = BOEING 747-206B

    what i need to do is replace the contents of MFR Model Code column in master, with the actual aircraft type contained in the MFR model code sheet (see attached)

    Best Regards

    Adrian
    Attached Files Attached Files
    Last edited by AliGW; 06-08-2020 at 05:39 AM. Reason: Irrelevant section of title removed: this is a HELP forum!!!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,604

    Re: HELP (Again) !! Import data from one spreadsheet to another

    You could use this formula in C5 of the Master sheet:

    =IFERROR(VLOOKUP(B5,'MFR MODEL CODE'!$A$2:$B$11,2,0),"")

    then copy it down.

    However, you will just see blanks in your example file as there are no matches.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    06-07-2020
    Location
    Cornwall, UK
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Import data from one spreadsheet to another

    Hi Pete,

    All I get is blank cells, the model codes are definitely in the model sheet.....

    Regards

    Adrian

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,604

    Re: Import data from one spreadsheet to another

    None of the codes in your example file match any of those on the Master sheet. The codes in the Code sheet are text values, but perhaps you are using numeric values in the Master sheet.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    06-07-2020
    Location
    Cornwall, UK
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Import data from one spreadsheet to another

    Hi Pete,

    Sincere apologies all working now

    Again many thanks for your help !!

    Best Regards

    Adrian

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,401

    Re: Import data from one spreadsheet to another

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 05-17-2018, 07:30 PM
  2. [SOLVED] How to import data from google spreadsheet?
    By xls_fan in forum Excel General
    Replies: 6
    Last Post: 07-24-2016, 02:07 AM
  3. Replies: 0
    Last Post: 11-21-2012, 02:12 PM
  4. VBA From the Web Data Import in Spreadsheet
    By Erik.Kinstler in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-03-2011, 08:58 PM
  5. Import Spreadsheet data into Access2007 using ADO
    By Poolie in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-22-2011, 06:36 PM
  6. Import Spreadsheet Data into Database
    By nkline in forum Excel General
    Replies: 3
    Last Post: 03-31-2010, 12:50 PM
  7. [SOLVED] Import data to a spreadsheet.
    By Bethany L in forum Excel General
    Replies: 1
    Last Post: 02-03-2006, 01:10 PM

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