Can't seem to get the correct formula for a lookup

DarExcel

New Member
Joined
Dec 20, 2016
Messages
3
I want to link up some data from a reference cell (AAA, BBB, etc) and pull that into a matrix with all possible values in columns... This is sort of what I am looking for. I can't figure out how to do an index match or a lookup to get it to work. Thanks!

AAABBBCCC Response 1Response 2Response 3Response 4Response 5Response 6Response 7
Response 1Response 3Response 6AAAxxxxx
Response 2Response 5Response 7BBBxxx
Response 3Response 7Response 8CCCxx
Response 6Response 9Response 9
Response 7Response 11Response 10
Response 8Response 13Response 11
Response 9Response 15Response 12
Response 12Response 17Response 13
Response 13Response 19Response 14
Response 14Response 15
Response 16
Response 17

<tbody>
</tbody>
 

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.

63falcondude

Well-known Member
Joined
Jan 15, 2016
Messages
3,572
How's this?


Excel 2010
ABCDEFGHIJKL
1AAABBBCCCResponse 1Response 2Response 3Response 4Response 5Response 6Response 7
2Response 1Response 3Response 6AAAxxxxx
3Response 2Response 5Response 7BBBxxx
4Response 3Response 7Response 8CCCxx
5Response 6Response 9Response 9
6Response 7Response 11Response 10
7Response 8Response 13Response 11
8Response 9Response 15Response 12
9Response 12Response 17Response 13
10Response 13Response 19Response 14
11Response 14Response 15
12Response 16
13Response 17
Sheet3
Cell Formulas
RangeFormula
F2=IF(SUMPRODUCT(($A$1:$C$1=$E2)*($A$2:$C$13=F$1)),"x","")
 
Upvote 0

Forum statistics

Threads
1,191,025
Messages
5,984,198
Members
439,877
Latest member
kellylet

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
Top