Is there a quicker way? Calculations Based on Drop Downs.

navxls

New Member
Joined
Aug 18, 2016
Messages
3
Hi I am currently working on creating a model and I am running into some issues.

My current method is very time consuming, and when complete will use too many columns and if statements.

I want to build a model that calculates the cost of paying raises to certain employees based on a drop down.

SalaryClassHoursHourly WageLocation
E107.5NYC
E307.75PIT
E408PHL
SL2512MIA
SL3515PIT
SL3518NYC
G4030MIA
G4040PHL
G5050NYC

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>

This is how most of my data looks.

I want to create multiple drop downs to see the cost of increasing certian wages.

My issues here are that every time I want to create a trickle down effect I have to recalculate with a new column. I have about 4 trickle downs with 3 options each which leads to about 81 different columns I would have to create just for one year.

To give you an example say the New Minimum Wage is 8.50

The Model says the cost of increasing minimum wage to 8.50 is X. The maximum wage increase was 1 dollar ? Do you want to increase everyone who didn't get the increase by 1 dollar --> Yes, No, Increase by X% instead.

----> List New Cost.

Do you want to increase the wage in SL wage class. Yes by the wage increase, no, Increase by X% instead.

---> List New Cost


Currently I am using If statements to calculate things in a new column. Then using vlookup to return values based on the items selected in the drop down list. I feel there might be a more efficient way of doing this using fewer columns.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,215,430
Messages
6,124,847
Members
449,194
Latest member
HellScout

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