vlookup past first one

dwbolland

Board Regular
Joined
Oct 29, 2004
Messages
144
i need to do a vlookup of the second third values that are true

standard vlookups only look for and return on the first value that is true

please help

cheers
dan
 

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.
use index,match
example
=INDEX(C84:C90,MATCH(F86&"@"&G86,A84:A90&"@"&B84:B90,0))
Formula must be confirmed with Ctrl + shift + enter
 
Upvote 0
nice one people! vlookupnth is a dream!

you are all heroes!

however it does take a long time for excel to calculate all the cells! any ideas on speeding up?

i have vlookupnth looking up two different coloumn returns from 1st to the tenth on upwards of 300 items!

can i make the cell not go into the vlookupnth using if() or not? and will this even speed it up?

i am currently trying:
=IF(K21="Not Found",,VLOOKUPNTH($B21,'[All DN C4.xls]18-24'!$B:$F,4,3))

will this speed it up as the vast majority will return not found normally
 
Upvote 0

Forum statistics

Threads
1,206,971
Messages
6,075,925
Members
446,170
Latest member
zzzz02

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