Lookup from 3 parameters in Excel

Bijak R. Ahadito 1 Reputation point
2021-09-28T09:40:34.713+00:00

Hello, I'm working on a database of Pokemon Unite's Held Items and I want to look up a value based on 3 parameters: the item, its stat, and the value of its stat at a certain item level (i.e. Aeos Cookie's HP stat at Level 30). The table is shown below.

135843-fatuuesveacfldm.png

I tried the INDEX-MATCH trick, but it didn't work. Perhaps because the two parameters were in vertical list and the other one is horizontal.

Please help. Thanks in advance.

P.S.: I'm running an university-licensed version of Office 2016

Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Viki Ji_MSFT 4,471 Reputation points
    2021-09-29T03:33:27.11+00:00

    Hi @Bijak R. Ahadito ,
    Welcome to Q&A forum!

    Please check if the following formula is helpful to you:

    INDEX($C$2:$AF$5,MATCH(A8&B8,$A$2:$A$5&$B$2:$B$5,0),MATCH($C$7,$C$1:$AF$1,0))

    136131-image.png

    Any updates, please let me know.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Herbert Seidenberg 1,191 Reputation points
    2021-09-29T17:07:45.217+00:00

    Excel 365 Pro Plus with Power Pivot and Power Query.
    Select 2 row and 1 column parameters with Slicer.
    No formulas, no VBA macro.
    https://www.mediafire.com/file/02gfs071z5a0eie/09_29_21.xlsx/file
    https://www.mediafire.com/file/yqm66akv31rri95/09_29_21.pdf/file

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.