Match Formula With References

hbk018

New Member
Joined
Apr 9, 2021
Messages
10
Office Version
  1. 365
Platform
  1. Windows
Hello,

Maybe this is something easy but I don't know how to do it, I would like to know if is possible to use the index match formula doing a reference to a cell (drop down list), I want to bring data from another tab within the same sheet using the drop down list
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Yes this is possible - can you post some sample data or with XL2BB?
 
Upvote 0
I cant click on your link from here, are you able to post some data with XL2BB
 
Upvote 0
Since you have Office version 365, If you want to extract drop down data from a table from another tab based on column criteria maybe;

Book1
ABC
1DateNameValue
21/11/2021Jason100
32/11/2021George10
43/11/2021Kate20
54/11/2021David50
65/11/2021Jason60
76/11/2021George1000
87/11/2021Kate99
98/11/2021David87
109/11/2021Jason60
Data


Book1
ABC
1
2CriteriaJason
3
4DateNameValue
51/11/2021Jason100
65/11/2021Jason60
79/11/2021Jason60
8
Output
Cell Formulas
RangeFormula
A5:C7A5=FILTER(Table1[#Data],Table1[Name]=$B$2)
Dynamic array formulas.
Cells with Data Validation
CellAllowCriteria
B2List=Data!$B$2:$B$5
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,186
Members
449,071
Latest member
cdnMech

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