PC Review


Reply
Thread Tools Rate Thread

Complicated Forumla Help

 
 
fgbdrum
Guest
Posts: n/a
 
      17th Nov 2009
We are computing some incentive plan payouts. Here's my scenario. Depending
on what percentage we hit, we get to apply a "multiplier" to our final
incentive payout calc to make the payout higher. It could be any percent but
if the result comes out to be:

95% then we get a 75% multiplier
98% then we get a 100% multiplier
100% then we get a 125% multiplier

Here's what I have so far:

ROUND(0.75+(IF(((H37-E37)/(G37-E37)/2)<0,0,IF(((H37-E37)/(G37-E37)/2)>0.5,0.5,(((H37-E37)/(G37-E37))/2-0.05)))),2)

It all works beautifully except when the result is 98%, I expect to see a
100% as the formulas result, except I get 105%.

H = 1
G = 1
E = .95

I know this is complicated and I hope I've explained it fully. Any help is
appreciated.
 
Reply With Quote
 
 
 
 
CLR
Guest
Posts: n/a
 
      17th Nov 2009
Maybe something like this.......

=LOOKUP(E37,{0,0.95,0.98,1},{0,0.75,1,1.25})


Vaya con Dios,
Chuck, CABGx3



"fgbdrum" wrote:

> We are computing some incentive plan payouts. Here's my scenario. Depending
> on what percentage we hit, we get to apply a "multiplier" to our final
> incentive payout calc to make the payout higher. It could be any percent but
> if the result comes out to be:
>
> 95% then we get a 75% multiplier
> 98% then we get a 100% multiplier
> 100% then we get a 125% multiplier
>
> Here's what I have so far:
>
> ROUND(0.75+(IF(((H37-E37)/(G37-E37)/2)<0,0,IF(((H37-E37)/(G37-E37)/2)>0.5,0.5,(((H37-E37)/(G37-E37))/2-0.05)))),2)
>
> It all works beautifully except when the result is 98%, I expect to see a
> 100% as the formulas result, except I get 105%.
>
> H = 1
> G = 1
> E = .95
>
> I know this is complicated and I hope I've explained it fully. Any help is
> appreciated.

 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      17th Nov 2009
>It all works beautifully except...

Whenever you use the qualifier, "except", that means it doesn't work! <g>

--
Biff
Microsoft Excel MVP


"fgbdrum" <(E-Mail Removed)> wrote in message
news:E6AC848D-4A4D-42AE-BF3A-(E-Mail Removed)...
> We are computing some incentive plan payouts. Here's my scenario.
> Depending
> on what percentage we hit, we get to apply a "multiplier" to our final
> incentive payout calc to make the payout higher. It could be any percent
> but
> if the result comes out to be:
>
> 95% then we get a 75% multiplier
> 98% then we get a 100% multiplier
> 100% then we get a 125% multiplier
>
> Here's what I have so far:
>
> ROUND(0.75+(IF(((H37-E37)/(G37-E37)/2)<0,0,IF(((H37-E37)/(G37-E37)/2)>0.5,0.5,(((H37-E37)/(G37-E37))/2-0.05)))),2)
>
> It all works beautifully except when the result is 98%, I expect to see a
> 100% as the formulas result, except I get 105%.
>
> H = 1
> G = 1
> E = .95
>
> I know this is complicated and I hope I've explained it fully. Any help is
> appreciated.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very complicated report to go with a very complicated query....HEL ReportTrouble Microsoft Access Reports 1 14th Apr 2009 02:02 PM
RE: what does this forumla mean? Mike H Microsoft Excel Worksheet Functions 2 8th May 2008 07:06 PM
Re: Help with these forumla's Bernard Liengme Microsoft Excel Charting 1 1st Dec 2006 08:48 PM
Forumla Help =?Utf-8?B?QUI=?= Microsoft Excel Misc 1 3rd Jan 2006 12:06 AM
help with forumla please... mintyman Microsoft Excel Misc 2 24th Oct 2003 03:52 PM


Features
 

Advertising
 

Newsgroups
 


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