+ Reply to Thread
Results 1 to 2 of 2

How to row multiple results from multiple sheets using INDEX/MATCH.

  1. #1
    Registered User
    Join Date
    02-23-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    1

    Question How to row multiple results from multiple sheets using INDEX/MATCH.

    I have a Workbook that contains a "Search Tool" Sheet that I would like to pull multiple results from multiple sheets. All Sheets are formatted exactly the same containing different data. The "Search Tool" sheet is the same format as the rest but all blank with a Cell (C2) that is used for the search. I would like to be able to search a keyword in C2 that pulls every cell that contains that word in Column C of every sheet and row them to the blank rows in Column C of the "Search Tool" tab.

    Ex.) C2 has a search word for "network"

    C4 through C999 would then row every cell that has the word network in it from the Workbook. So if Tab "Maps" had 4 cells and Tab "Contacts" had 5 cells that contained the word "network" in them. then cells C2 through C10 would populate with cells from the Maps and Contacts tabs.

    I have a similar formulae I use on a different sheet where this search function works referencing data from 1 single source sheet. I am now trying to get this to work from multiple sheets so I would think the formulae would be similar.

    ex:)

    =IF(ISERROR(INDEX('CLLI Lookup'!$C$5:$C$1001,SMALL(IF(ISNUMBER(SEARCH('CLLI Lookup'!$H$2,'CLLI Lookup'!$H$5:$H$1011)),ROW('CLLI Lookup'!$H$5:$H$1011)-ROW('CLLI Lookup'!$H$5)+1),ROW(2:2)))),"",INDEX('CLLI Lookup'!$C$5:$C$1001,SMALL(IF(ISNUMBER(SEARCH('CLLI Lookup'!$H$2,'CLLI Lookup'!$H$5:$H$1011)),ROW('CLLI Lookup'!$H$5:$H$1011)-ROW('CLLI Lookup'!$H$5)+1),ROW('Table of Contents'!1:1))))

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: How to row multiple results from multiple sheets using INDEX/MATCH.

    You should solve it like this.

    Add all data on 1 worksheet (instead of differant worksheets).

    After that you can easily analyse the data.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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: 5
    Last Post: 02-06-2015, 08:44 PM
  2. [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
  3. Vlookup (or index/match) with multiple criteria over multiple sheets
    By Groovicles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-18-2013, 01:56 PM
  4. Index Match Multiple Criteria Multiple Sheets
    By sctraffic in forum Excel General
    Replies: 10
    Last Post: 07-21-2011, 03:47 PM
  5. Replies: 8
    Last Post: 06-20-2011, 05:54 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