Populate Data Based On Changing Criteria

kumara_faith

Well-known Member
Joined
Aug 19, 2006
Messages
957
Office Version
  1. 365
Hi,

I have the following in one table:

Excel Workbook
BCD
2Branch NameDallasAustin
3StateTexasTexas
4AddressK StreetJ Street
5Life Tel No1323224234123123123
Sheet6


In another table, I have a dron down menu in cell C10. When I choose the branch in cell C10, I need the data to populate accordingly based on that branch in cell C11 to C13.

Excel Workbook
BC
10Branch NameDallas
11State*
12Address*
13Life Tel No1*
Sheet6


Appreciate help.
 
In C11:

=INDEX(3:3,MATCH(C$10,$2:$2,1))

and drag down to C12 and C13.
 
Upvote 0
Hi,

The formula does not seems to work as it is returning the data for Austin branch regardless of the value in C10. In addition, I am referencing table 1 from another worksheet. Please help.
 
Last edited:
Upvote 0
So change the 3:3 in the formula to reference the worksheet/row you're pulling from. For example, =INDEX('Best Worksheet Ever!'8:8,(MATCH( etc.
 
Upvote 0

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