Value depending on 2 different columns of data

dmg1127

New Member
Joined
Jul 17, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have three columns with large amounts of data
Column A: Office Location, Column B: Coordinator Name, Column C: Ops Manager Name

In cell D1 of my spreadsheet, i have a dropdown list that has all the office locations
I choose the location
Cell E1 needs to be a formula that shows me who the coordinator is for the location I selected
Cell F1 needs to be the Ops Manager for that location.

I need cells E1 and F1 to auto populate based on the location that I selected

any help would be greatly appreciated!
Thanks

 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Welcome to the Board!

You can create a lookup table of each office and the Coordinator and Ops Manager associated with each one, and then use a VLOOKUP formula to look up those other values you want.
See: VLOOKUP Function
 
Upvote 0
try this:

Mr excel questions 47.xlsm
ABCDEF
1locationcoordinatormanagerSelectCoordinatorManager
2EastSharonJane
3NorthJohnGeorge
4NortheastBillWilliam
5EastJaneSharon
6SoutheastAnnMichelle
7SouthTomRobert
8SouthwestJoeCharles
9WestMaySamantha
10NorthwestMegRachel
11
dmg1127
Cell Formulas
RangeFormula
E2E2=VLOOKUP($D$2,$A$3:$C$10,3,0)
F2F2=VLOOKUP($D$2,$A$3:$C$10,2,0)
Cells with Data Validation
CellAllowCriteria
D2List=$A$3:$A$10
 
Upvote 0

Forum statistics

Threads
1,215,101
Messages
6,123,092
Members
449,095
Latest member
gwguy

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