how to populate a cell, getting info from 2 different charts

snipescc

Board Regular
Joined
Aug 29, 2010
Messages
136
Office Version
  1. 365
Platform
  1. Windows
Hey folks, I've run into a bit of a conundrum, and I'm hoping you can help me. I have a chart that lists various employees, and how much they charge for 3 different types of clients.


The three types of clients are large, medium, and small businesses, and each of 14 different employees bill a different rate for each size client.

Employee Large Medium Small
Adam 100.00 80.00 75.00
Becky 200.00 150.00 100.00
Clair 75.00 75.00 50.00

What we would like to do is be able to check a box (or put an "x" in it), and use a drop down menu to select which employee we are charging for. So I check a box for medium, and select Clair from the drop down menu, and I want her "75.00" to populate in the cell. I'm thinking this might involve some complicated IF/Then statements, or creating a separate worksheet to work out the possible combinations, but I'm a little stuck on how to do it.


Any help would be much appreciated.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Try like this

Excel Workbook
ABCD
1EmployeeLargeMediumSmall
2Adam1008075
3Becky200150100
4Clair757550
5
6Medium
7Clair
875
Sheet3
 
Upvote 0
Thank you so much! This will thrill the boss. Imagine I just sent you a box of cookies!
 
Upvote 0

Forum statistics

Threads
1,224,561
Messages
6,179,521
Members
452,923
Latest member
JackiG

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