Lookup Data With 3 Criterias

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,102
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all...

how to solve this problem
Data Rapot khusus PENILAIAN NEW.xlsx
ABCD
1DescriptionNames
2FarahTikaDyla
3Mangogoodbadworst
4Orangebadgoodworst
5Bananaworstworstworst
6
7Target/expected desired
8Name ---->>Tika
9
10Mangobad
11Orangegood
12Bananaworst
formulas


my data from cell A1 till D5
in cell B8 as reference name (dropdown name list)
my target/expected result start from B10 till B12

i hope someone would help me out..

.sst
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Hello,

When copying your data in A1 (so that "mango" is in A3), the formula below returns the expected result (spilled range).

Excel Formula:
=INDEX($B$3:$D$5,{1,2,3},XMATCH($B$8,$B$2:$D$2))
 
Upvote 0
Yes sure, it's almost the same

Excel Formula:
=INDEX($B$3:$D$5,{1,2,3},MATCH($B$8,$B$2:$D$2,0))

Just select cells B10:B12 and enter it via CTRL+SHIFT+ENTER.
 
Upvote 0
Solution

Forum statistics

Threads
1,224,819
Messages
6,181,153
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top