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

snipescc

Board Regular
Joined
Aug 29, 2010
Messages
130
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

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Try like this

Excel Workbook
ABCD
1EmployeeLargeMediumSmall
2Adam1008075
3Becky200150100
4Clair757550
5
6Medium
7Clair
875
Sheet3
 
Upvote 0

Forum statistics

Threads
1,215,148
Messages
6,123,301
Members
449,095
Latest member
Chestertim

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