+ Reply to Thread
Results 1 to 8 of 8

Index/Match formula across multiple sheets

  1. #1
    Registered User
    Join Date
    11-12-2019
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Office 365
    Posts
    29

    Index/Match formula across multiple sheets

    Hi,
    I need help in making a formula, using Index/Match to return a value that is looked up in multiple sheets. In my example I have a Main sheet and I have two data sheets (Inventory1 and Inventory2).
    What I need is a formula in Main columns B and C, returning a value from either of the two Inventory sheets, ie:
    Typing 123 in Cell A2 should then lookup, via Index/Match, in the two Inventory tabs and return the correct value: Name: 123 name; Price: 600.
    It's probably simple but I only know the IFERROR and I can't use that as I am using IFERROR to return a blank cell if there are any errors in the lookup

    I hope someone can help me.


    Regards,
    Brian
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Index/Match formula across multiple sheets

    In sheet 1, B2, copied across:

    =IFERROR(IFERROR(VLOOKUP($A2,Sheet2!$A:$C,COLUMNS($A:B),FALSE),VLOOKUP($A2,Sheet3!$A:$C,COLUMNS($A:B),FALSE)),"")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    11-12-2019
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Office 365
    Posts
    29

    Re: Index/Match formula across multiple sheets

    Not Index/Match, but it worked like a charm! Thanks

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Index/Match formula across multiple sheets

    You're welcome!!

  5. #5
    Registered User
    Join Date
    11-12-2019
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Office 365
    Posts
    29

    Re: Index/Match formula across multiple sheets

    Hi again. The Vlookup Columns formula worked like a charm but now my formula has another problem. New sheets have been added.
    So this formula, which covered 2 sheets, needs to be changed to cover 4 sheets: =IFERROR(IFERROR(VLOOKUP($A2,Sheet2!$A:$C,COLUMNS($A:B),FALSE),VLOOKUP($A2,Sheet3!$A:$C,COLUMNS($A:B),FALSE)),"")

    I have attached a sample sheet. In Order info sheet I need cells in column B to return a value across the 4 Stock sheets (Stock A to Stock D).

    Hope someone can help me with this.
    Attached Files Attached Files

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,531

    Re: Index/Match formula across multiple sheets

    The feel that the easiest way to do this would be:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    However if there are going to be more stocks added (i.e. Stock E, Stock F etc.) then I suggest putting the data on a single sheet and adding a column that would identify the Stock letter.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  7. #7
    Registered User
    Join Date
    11-12-2019
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Office 365
    Posts
    29

    Re: Index/Match formula across multiple sheets

    Thanks. Worked like a charm

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,531

    Re: Index/Match formula across multiple sheets

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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] Need and INDEX MATCH formula for Multiple Sheets using a Tab name list
    By qwertyyy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-29-2019, 07:29 PM
  2. Index Match formula across multiple sheets
    By dreamer001 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-15-2015, 11:33 PM
  3. Replies: 1
    Last Post: 06-18-2015, 08:45 AM
  4. Replies: 2
    Last Post: 05-27-2015, 12:45 AM
  5. [SOLVED] How use INDEX MATCH formula across multiple excel sheets in separate folders
    By no1freeman in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-11-2015, 04:22 AM
  6. [SOLVED] Two criteria Index Match on multiple sheets returning multiple values
    By Joak in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-21-2014, 10:03 AM
  7. Multiple Sheets Match & Index filtering by sheets
    By ijulian in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-24-2012, 01:49 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