Data Validation in 2 cells will return a value in a 3rd cell

KrisF

New Member
Joined
Sep 22, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi, I am trying to figure out how to do this.....

I have a list of Job Roles, Locations, and a table that has a rate by role/location. I want to select the job role and the location (2 separate cells) and in a 3rd cell it will return the dollar amount for the location and job role that I selected in the first 2 cells.

I have googled this for over an hour and can't figure it out.

Any help is greatly appreciated.

Thanks
Kris
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Welcome to the forum!

You haven't given us a lot of details to work with. But consider this:

book1 work.xlsm
ABCDEFGH
1RoleLocationAmountRoleLocationAmount
2ForemanC3ForemanA1
3ForemanB2
4ForemanC3
5ForemanD4
6BossA5
7BossB6
8BossC7
9BossD8
10PeonA9
11PeonB10
12PeonC11
13PeonD12
Sheet9
Cell Formulas
RangeFormula
C2C2=SUMIFS($H$2:$H$13,$F$2:$F$13,A2,$G$2:$G$13,B2)


If your dropdowns are in A2 and B2, and you have a table of Roles/Locations like I created in F1:H13, then you can use a SUMIFS formula to find the amount.
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

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