Looking for formula help that may be complicated

allsmilees2

New Member
Joined
Jul 28, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I would like to have my excel sheet look up names from one column based on two things:
1. that the column header matches the drop down menu
2. that the answer matches the drop down selected answer.

any help would be great. basically I want names from A1, that answered the question from "what Topic" that corresponds with a column header with the answer that is picked from the drop down menu.

athanks
 

Attachments

  • sample image.png
    sample image.png
    90.3 KB · Views: 12

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Welcome to the Forum!

Perhaps something like this?

ABCDEFGH
1VendorQ1Q2Q3
2Look forABlahBlahBlah
3Q2BBlahBlahBlah
4YesCBlahYesBlah
5DBlahBlahBlah
6List:EBlahBlahBlah
7CFBlahBlahBlah
8HGBlahBlahBlah
9KHBlahYesBlah
10IBlahBlahBlah
11JBlahBlahBlah
12KBlahYesBlah
13LBlahBlahBlah
Sheet3
Cell Formulas
RangeFormula
A7:A9A7=FILTER(INDEX(MyData,,1),INDEX(MyData,,MATCH(Question,INDEX(MyData,1,),))=Response)
Dynamic array formulas.
Named Ranges
NameRefers ToCells
MyData=Sheet3!$C$1:$H$13A7
Question=Sheet3!$A$3A7
Response=Sheet3!$A$4A7
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,737
Members
449,050
Latest member
excelknuckles

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