Formulas in Excel

steve daddario

New Member
Joined
Jun 9, 2011
Messages
13
Hey everyone,

Im currently trying to create a compensation plan in excel. My question is how do I set it up so that when a certain number is put into a cell that number will take into consideration the componets to calculate a new number using the components.

The compents are if the number is within 90-100% of target profit their is no reduction.
80-89%-10% reduction
70-79% 20%
below 70% 30% reduction.

Any ideas.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi and welcome to MrExcel

Try this

=LOOKUP(H8, {-9E+255,0.7,0.8,0.9}, {0.3,0.2,0.1,0})

Where H8 contains the percentage of target profit achieved,
 
Upvote 0
This is what I tried
Excel Workbook
HI
7Profit VarianceReduction
8100%0%
991%0%
1088%10%
1178%20%
1266%30%
Sheet1
Excel 2007
Cell Formulas
RangeFormula
I8=LOOKUP(H8, {-9E+255,0.7,0.8,0.9}, {0.3,0.2,0.1,0})
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,487
Members
452,917
Latest member
MrsMSalt

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