Performance and Payment formula with two Slopes

qballer48

New Member
Joined
Jul 27, 2021
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Looking for a formula to help calculate a payout given a level of performance with two different slopes. I tried a combination of if(and) with a forecast.linear but keep getting an error some help would be greatly appreciated! Here's what the table looks like.
PerformancePayout
90%50%
92%60%
94%70%
96%80%
98%90%
100%100%
101%110%
103%130%
105%150%
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Welcome to the MrExcel forum!

Best to use a lookup table for this, neither range is linear:

Book1
ABCDEFG
1NamePerformancePayoutPerformancePayout
2A91%50%90%50%
3B96%80%92%60%
4C107%130%94%70%
5D99%90%96%80%
6E102%110%98%90%
7100%100%
8101%110%
9103%130%
10105%150%
11
Sheet14
Cell Formulas
RangeFormula
C2:C6C2=VLOOKUP(B2,$F$2:$G$9,2)
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,895
Members
449,097
Latest member
dbomb1414

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