VLOOKUP 2nd Match? Nth Lookup?

adamsanderson

New Member
Joined
Nov 26, 2016
Messages
1
I'm trying to find a way to have the formula find the SECOND match of a specific item that appears twice in a sheet.


As an example, I have a Google sheet that lists the two video card inside a computer. The title "VIDEO CARD CHIP TYPE" appears twice in column C and in column D it shows the specific name for the video card such as "nVidia Quadro Graphics". I used VLOOKUP to find the first value but I need a way to tell it to skip the first match of "VIDEO CARD CHIP TYPE" and return the value for the second match.


Here is a link to a GoogleSheet example that clearly shows what I'm trying to do:




https://docs.google.com/spreadsheets/d/1pfazMCqogYrIEBdfhLFk1GpZlzxV99RuPfWdCLEEWX8/edit?usp=sharing




Any advice?


Thank You
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi,

if you're using Excel 2010 or later versions



=IFERROR(INDEX(Sheet2!$D$1:$D$1000,AGGREGATE(15,6,ROW($1:$1000)/(Sheet2!$C$1:$C$1000=C3),ROWS($A$1:A1))),"")

<tbody>
</tbody>

to be copied down

Regards
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,536
Members
449,037
Latest member
tmmotairi

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