vlookup of match and index

zaid999

New Member
Joined
Feb 27, 2016
Messages
6
So I'll try to keep this simple guys*

Work gives me a spreadsheet that looks like this*

Number number number X Y Z*

Number is the lookup reference and x y z are return values


So I have used v lookups in the past to return x y z but since I have so search 3 columns number* I used to have to copy paste everything into one column recently I have tried match and index and (I'm nit terrible at excel but **** if I can figure this out)

A small example is*

=indez($z: $z,match (v7, $o: $r,0))

Where z is my return *value and O-R are my look up values*

any help would be appreciated*
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Or to simplify it even more
How do I write an index and match formula
That searchs $A: $D and returns E on the same row
 
Upvote 0
Control+shift+enter, not just enter:

=IFERROR(INDEX($Z$2:$Z$100,1/(1/MIN(IF($O$2:$R$100=V7,ROW($Z$2:$Z$100)-ROW($Z$2)+1)))),"not found")

Hope this helps.
 
Upvote 0

Forum statistics

Threads
1,223,250
Messages
6,171,036
Members
452,374
Latest member
keccles

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