Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Julie
 
Posts: n/a
Default compute values in a range

I am trying to compute a payout curve based on the following:

Amount Payout
96% 25%
100% 100%
107% 200%

With those three data points, how do I determine the payouts on all the % in
between what would a 96.1%, 96.2%, etc payout be?
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Create a 4x2 table in say M1:N4 of

Amount Payout
0% 25%
97% 100%
101% 200%


and then use

=VLOOKUP(A1,M1:N4,2)

to calculate the payout

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Julie" wrote in message
...
I am trying to compute a payout curve based on the following:

Amount Payout
96% 25%
100% 100%
107% 200%

With those three data points, how do I determine the payouts on all the %

in
between what would a 96.1%, 96.2%, etc payout be?



  #3   Report Post  
Dave R.
 
Posts: n/a
Default

Maybe I misunderstand what you want to do, but if you are trying to be able
to compute payout for a certain amount based on these data points, you can
plot this as a scatter plot with a line. Then add a trendline and in
trendline properties select "display equation".

The equation it gives for your data set is: (substituted A1 for x)
=(15.726*A1)-1480

It is not super accurate, but if you only have 3 pairs of data, its not bad.
It returns:
29.696
92.6
202.682


for your 3 original Xs.




"Julie" wrote in message
...
I am trying to compute a payout curve based on the following:

Amount Payout
96% 25%
100% 100%
107% 200%

With those three data points, how do I determine the payouts on all the %

in
between what would a 96.1%, 96.2%, etc payout be?



  #4   Report Post  
bj
 
Posts: n/a
Default

try
=if(X1<.96,0,if(X1=1.07,2,if(X1<1,.25+.75*(X1-.96),1+1*(1.07-1))))

"Julie" wrote:

I am trying to compute a payout curve based on the following:

Amount Payout
96% 25%
100% 100%
107% 200%

With those three data points, how do I determine the payouts on all the % in
between what would a 96.1%, 96.2%, etc payout be?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to compute StDev of only nonzero entries in a range? Sam Excel Worksheet Functions 3 February 5th 09 01:27 AM
How many values appear more than once in a range? Bruce Norris Excel Worksheet Functions 12 April 5th 05 12:44 PM
Checking ALL values in a range nospaminlich Excel Discussion (Misc queries) 13 February 10th 05 09:29 AM
How to move Y-axis values when X range is -a to +b [email protected] Charts and Charting in Excel 4 January 31st 05 11:54 PM
Can you average data in 1 column based on a range of values in another? kman24 Excel Worksheet Functions 2 November 17th 04 02:09 PM


All times are GMT +1. The time now is 09:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"