Finding rownumber from 2 dimension lookup

Frits_Piepie

New Member
Joined
Oct 24, 2014
Messages
3
Hi, I'm struggeling with a problem in Excel of which I'm not actually sure if it's possible at all. I'm trying to return the first value of a matrix by searching a value.


2 x 2,6 GHz

<tbody>
</tbody>
990
529431
4 x 2,6 GHz

<tbody>
</tbody>
523145312
6 x 2,6 GHz

<tbody>
</tbody>
783437402
8 x 2,6 GHz

<tbody>
</tbody>
427113764

<tbody>
</tbody>

Basicly, I want to find the corresponding X x 2,6 Ghz for a value on the same row.

So 437 returns 6 x 2,6 Ghz,
And 431 returns 2 x 2,6 Ghz..

I've tried stuff like lookup, match, vlookup, index but I can't find a way.
Does anyone have a clue if this is possible at all, and if so, how?

Thanks a lot in advance!
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Welcome to the Forum!

Something like this maybe:

Excel Workbook
ABCDEFG
12 x 2,6 GHz9905294314376 x 2,6 GHz
24 x 2,6 GHz5231453124312 x 2,6 GHz
36 x 2,6 GHz783437402
48 x 2,6 GHz427113764
Sheet1
 
Upvote 0
One more way using table shown by FormR

In G1,

=INDEX($A$1:$A$4,SUMPRODUCT((--($B$1:$D$4=F1)/OR(--($B$1:$D$4=F1))) * ROW($B$1:$D$4)))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,693
Members
448,979
Latest member
DET4492

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