How to find result with multiple column variables

Hughes5674

New Member
Joined
Jan 14, 2025
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello, wonder if you can help. I've got a large data set with multiple column references, and trying to workout the lookups to get the unique result.

Need to find the Analyst when looking in Table 2. For example, Who is the Analyst?

Appreciate any help in advance! Thanks


1736872792359.png
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hello, one way could be:

Excel Formula:
=CONCAT(IF(($A$4:$A$6=A13)*($B$4:$B$6=B13)*($C$3:$Q$3=C13),$C$4:$Q$6,""))
 
Upvote 0

Forum statistics

Threads
1,226,112
Messages
6,189,039
Members
453,520
Latest member
packrat68

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