Results 1 to 29 of 29

[Moved to VBA] INDEX MATCH Mutiple worksheet and returns mutiple row

Threaded View

  1. #1
    Registered User
    Join Date
    10-09-2015
    Location
    London
    MS-Off Ver
    2016
    Posts
    19

    [Moved to VBA] INDEX MATCH Mutiple worksheet and returns mutiple row

    Hi,

    Im trying to create a search function for a mutiple worksheet data(same format from A3:C19).
    I.e

    When I input the data i want to search in B3, the formula will search through all the worksheets in Column A and return multiple result of Column C in rows.

    I.e. Search Dept : "A"
    Results
    A 2017
    A 2017
    A 2016
    A 2016
    A 2015
    A 2015

    I have attached my worksheet above for example.

    Below is the formula I was using previously which it only searches from one sheet("2017"), now i need to split it to mutiple (2017,2016,2015 and so on......) sheet.

    =IFERROR(INDEX(all!$A$4:$C$500, SMALL(IF(ISNUMBER((SEARCH($B$3,all!$A$4:$A$500))), ROW(all!$A$4:$C$500)-MIN(ROW(all!$A$4:$C$500))+1, ""),ROWS($B$6:B6)),3),"")


    and if possible, can duplicate results be removed during the search instead of using advanced filter everytime after the search.
    Last edited by joelimzh; 11-20-2017 at 01:33 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] COUNTIF mutiple criteria in a single range, but with mutiple ranges.
    By Janbi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-19-2016, 06:31 AM
  2. [SOLVED] Formula to Index and Match across mutiple worksheets not working
    By Tryin2Excel in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 07-20-2016, 12:15 PM
  3. [SOLVED] Lookup with mutiple criteria - Vlookup, Match, index not working
    By PM1985 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-17-2014, 07:10 AM
  4. Conditional formating, mutiple variables, mutiple sheets
    By Adam_D in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-11-2012, 06:47 AM
  5. Replies: 0
    Last Post: 01-06-2012, 07:09 AM
  6. lookup with mutiple returns
    By mheinmiller in forum Excel General
    Replies: 3
    Last Post: 12-16-2008, 03:58 PM
  7. sum for mutiple returns - formula needed. sumif?
    By mheinmiller in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-11-2008, 06:17 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