+ Reply to Thread
Results 1 to 3 of 3

Index small search about 2 word

  1. #1
    Registered User
    Join Date
    06-27-2016
    Location
    Vancouver
    MS-Off Ver
    2019 Pro Plus
    Posts
    70

    Index small search about 2 word

    hello I have Functions and need search about people who work in table Q "office a" and Who in table D "working" ( DATA!D$2:D$495="WORKING" )
    with my Functions

    =IFERROR(INDEX(DATA!B:B,SMALL(IF(DATA!Q$2:Q$495="OFFICE A",ROW(DATA!Q$2:Q$495)),ROWS(B$4:B4))),"")

    Please could someone help me out? Thank you very much.

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Index small search about 2 word

    Try like
    =IFERROR(INDEX(data!B:B,SMALL(IF((data!Q$2:Q$495="OFFICE A")*(data!D$2:D$495="WORKING"),ROW(data!Q$2:Q$495)),ROWS(B$4:B4))),"")
    This is an array formula confirm with Ctrl+Shift+Enter
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    06-27-2016
    Location
    Vancouver
    MS-Off Ver
    2019 Pro Plus
    Posts
    70

    Re: Index small search about 2 word

    Thank you nflsales this works perfect. worked perfectly. Thanks so much!

+ 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. Excel VBA - Word to search for part of a word and replace full word
    By charlie543 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-24-2016, 02:56 AM
  2. index, max, small, if
    By donnIeDorian in forum Excel General
    Replies: 1
    Last Post: 07-31-2016, 04:53 AM
  3. Match Index, Small Index with Concatenate
    By kharding15 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-30-2015, 05:38 PM
  4. INDEX SMALL and ROW
    By MAG27 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-11-2015, 09:59 PM
  5. Array/Index/Match/small formulas- creating a quick search
    By lreed in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-25-2014, 06:06 PM
  6. [SOLVED] Wildcard search within IF and LARGE / SMALL INDEX searches.
    By Mainiac in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-03-2013, 11:14 AM
  7. Replies: 1
    Last Post: 01-25-2011, 10:50 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