+ Reply to Thread
Results 1 to 15 of 15

Using InNDEX and Match

  1. #1
    Registered User
    Join Date
    10-19-2020
    Location
    Surrey, UK
    MS-Off Ver
    365
    Posts
    10

    Using InNDEX and Match

    Good evening

    I am really struggling and i have tried to go through various Forums.

    I need to show the information in the detail column if the information in the dropdown for B2 equals that in the place column and also if the dropdown in B3 equals that in county of residence.

    The info in B2 and B3 will be dropdowns so for example if it said london and birmingham i would want in Cell A5 to say Buy


    , excel.JPG
    Attached Images Attached Images
    Last edited by danielbarker1975; 10-19-2020 at 05:07 PM. Reason: error

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Using InNDEX and Match

    Hi & welcome to the board.
    How about
    =INDEX(C10:C14,AGGREGATE(15,6,(ROW(A10:A14)-ROW(A10)+1)/(A10:A14=B2)/(B10:B14=B3),1))

  3. #3
    Registered User
    Join Date
    10-19-2020
    Location
    Surrey, UK
    MS-Off Ver
    365
    Posts
    10

    Re: Using InNDEX and Match

    your a genius, thanks Guru, if for example there were two results saying place was portsmouth and country of residence was portsmouth but one said Buy and another said rent could this be displayed in another cell, i.e. get two results

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Using InNDEX and Match

    How about
    =FILTER(C10:C14,(A10:A14=B2)*(B10:B14=B3),"Nothing")

  5. #5
    Registered User
    Join Date
    10-19-2020
    Location
    Surrey, UK
    MS-Off Ver
    365
    Posts
    10

    Re: Using InNDEX and Match

    If i could get you a beer i would. Thank you

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Using InNDEX and Match

    You're welcome & thanks for the feedback.

  7. #7
    Registered User
    Join Date
    10-19-2020
    Location
    Surrey, UK
    MS-Off Ver
    365
    Posts
    10

    Re: Using InNDEX and Match

    Morning Guru, tried using gthe filter option for my work excel and it says its not a valid function, is there another formula that would show several results.

  8. #8
    Registered User
    Join Date
    10-19-2020
    Location
    Surrey, UK
    MS-Off Ver
    365
    Posts
    10

    Re: Using InNDEX and Match

    realised our office uses excel 2016....sorry for the questions

  9. #9
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Using InNDEX and Match

    How about
    =IFERROR(INDEX($C$10:$C$14,AGGREGATE(15,6,(ROW($A$10:$A$14)-ROW($A$10)+1)/($A$10:$A$14=$B$2)/($B$10:$B$14=$B$3),ROWS(A$5:A5))),"")

  10. #10
    Registered User
    Join Date
    10-19-2020
    Location
    Surrey, UK
    MS-Off Ver
    365
    Posts
    10

    Re: Using InNDEX and Match

    Thanks for this. Sadly just returns 1 line which is the first match

  11. #11
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Using InNDEX and Match

    In that case can you please supply a sample workbook?

  12. #12
    Registered User
    Join Date
    10-19-2020
    Location
    Surrey, UK
    MS-Off Ver
    365
    Posts
    10
    Quote Originally Posted by Fluff13 View Post
    In that case can you please supply a sample workbook?
    Please see attached i cant attach a workbook
    Attached Images Attached Images

  13. #13
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Using InNDEX and Match

    If you read the yellow banner at the top of the site, it explains how to attach a workbook.
    Have you copied the formula down to the next row?

  14. #14
    Registered User
    Join Date
    10-19-2020
    Location
    Surrey, UK
    MS-Off Ver
    365
    Posts
    10
    Quote Originally Posted by Fluff13 View Post
    If you read the yellow banner at the top of the site, it explains how to attach a workbook.
    Have you copied the formula down to the next row?
    Morning please see the attached. If i add the formula to the next row it duplicates tbe first answer. Just wish my work would upgrade to 365 instead of office 2016.
    Attached Files Attached Files

  15. #15
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Using InNDEX and Match

    It works for me
    Excel 2016 (Windows) 32 bit
    A
    B
    C
    1
    2
    Place nigeria
    3
    Location nigeria
    4
    5
    Profiles home
    6
    region
    7
    country
    8
    9
    Place Location
    Info
    10
    Nigeria Nigeria home
    11
    Ukraine Ukraine away
    12
    Belarus Ukraine home and away
    13
    Nigeria Nigeria region
    14
    Egypt France country
    15
    Nigeria Nigeria country
    Sheet: Sheet1
    Do you have calculation set to automatic?

+ 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] Multiple match with Counta/Index/Match/Match
    By Anais0931 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-17-2021, 08:51 AM
  2. Replies: 7
    Last Post: 07-13-2018, 09:25 AM
  3. [SOLVED] Making SUMIF and OFFSET MATCH MATCH MATCH MATCH work
    By XL Grasshopper in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-30-2017, 11:12 AM
  4. Replies: 5
    Last Post: 02-18-2017, 11:21 AM
  5. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  6. [SOLVED] Index/Match/Match....Stops without completing the match
    By irsles in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-14-2012, 10:16 PM
  7. Replies: 5
    Last Post: 02-29-2012, 08:51 PM

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