+ Reply to Thread
Results 1 to 5 of 5

Formula - Finding matching data from different worksheets, returning data from 3rd colum

  1. #1
    Registered User
    Join Date
    07-16-2017
    Location
    England
    MS-Off Ver
    Office Home & Business 2010
    Posts
    3

    Formula - Finding matching data from different worksheets, returning data from 3rd colum

    hello, please can you help, as I am going round in circles here,

    I have an excel workbook that has lots of different work sheets (each one is a different country – its list of products sold in that country – they all have the same common data of a SKU) - I need to add data to an image column and want to put it in once, and the formula put this on all the other sheets

    I am trying to find common data from the “MAIN” English sheet (ie product SKU),in another country sheet and then if this matches, return data from another column in the English sheet to a different column on the Irish Sheet,

    For Example

    On the English Sheet

    Q2:Q2073 contain a list of SKU
    AM2:AM2073 contain photo URLS (I will put all the data in as I have to link each one, a couple are in for example)

    On Irish Sheet
    Q2:Q2068 contain a list of SKU
    AL2:AL2068 is blank

    If a SKU match is found on the two sheets, I want to return the information from English AM column onto Irish AL Column

    (If I can get this bit right I can then do this on all the countries using English as the main data and adjust it for each sheet may have up to 5 adjacent columns for URL
    )

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Formula - Finding matching data from different worksheets, returning data from 3rd col

    In AL2

    =IFERROR(INDEX('Ebay UK'!$AM$2:$AM$3000,MATCH(Ireland!$Q2,'Ebay UK'!$Q$2:$Q$3000,0)),"")

    Copy down

  3. #3
    Registered User
    Join Date
    07-16-2017
    Location
    England
    MS-Off Ver
    Office Home & Business 2010
    Posts
    3

    Re: Formula - Finding matching data from different worksheets, returning data from 3rd col

    Excllent, thank-you will do that now,

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Formula - Finding matching data from different worksheets, returning data from 3rd col

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

  5. #5
    Registered User
    Join Date
    07-16-2017
    Location
    England
    MS-Off Ver
    Office Home & Business 2010
    Posts
    3

    Re: Formula - Finding matching data from different worksheets, returning data from 3rd col

    Sorry, please can I ask again - how do I change the link when changing the worksheets, ie instead of Ireland it is now USA / Germany etc, (still rreferencing the original UK), as it is throwing errors, so I don't think I am doing it right by simply changing Ireland to USA

+ 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. [SOLVED] Moving specific matching row data to a colum and deleting the row
    By luP in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 03-01-2016, 05:10 PM
  2. [SOLVED] Formula to Locate Matching Data in Worksheets and return Yes or No
    By hammer2 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-04-2016, 07:48 PM
  3. [SOLVED] Formula to Locate Matching Data in Worksheets and return a value to a specified Cell
    By hammer2 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-05-2014, 11:38 PM
  4. Finding Matching Data in one Column/Adding corresponding matching string value.
    By swade730 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-02-2013, 07:23 PM
  5. Finding matching cells then returning data of another cell
    By GenericPat in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 11-19-2012, 03:36 PM
  6. Replies: 1
    Last Post: 12-28-2010, 01:44 PM
  7. Replies: 4
    Last Post: 06-07-2010, 11:06 AM

Tags for this Thread

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