[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Excel Line 4[/TD]
[TD]Weight[/TD]
[TD]25%[/TD]
[TD]50%[/TD]
[TD]100%[/TD]
[TD]150%[/TD]
[TD]YTD Performance[/TD]
[TD]Performance Output[/TD]
[/TR]
[TR]
[TD]Current Formula[/TD]
[TD]Line 10[/TD]
[TD]15%[/TD]
[TD]11.4%[/TD]
[TD]12.8%[/TD]
[TD]14.2%[/TD]
[TD]17.0%[/TD]
[TD]12.1%[/TD]
[TD]3.75%[/TD]
[/TR]
[TR]
[TD]Output Needed[/TD]
[TD]Line 11[/TD]
[TD]15%[/TD]
[TD]11.4%[/TD]
[TD]12.8%[/TD]
[TD]14.2%[/TD]
[TD]17.0%[/TD]
[TD]12.1%[/TD]
[TD]5.63%[/TD]
[/TR]
</tbody>[/TABLE]
My Current Formula that gives me the Output 3.75% is
<e10),c10*d$4,if(and(h10><f10),c10*e$4,if(and(h10><g10),c10*f$4,if(h10><d10,0,"")))))). what="" it's="" basically="" doing="" is="" since="" my="" ytd="" performance="" lands="" inbetween="" the="" 25%="" and="" 50%,="" it="" takes="" 15%*25%="3.75%." but="" i'd="" like="" a="" formula="" that="" will="" take="" step="" up="" give="" me="" more="" precise="" answer="" in="" second="" line.="" 12.1%="" between="" both="" thresholds="" for="" to="" 15%*37.5%="5.63%." i="" want="" multiply="" by="" number="" (37.5%)="" versus="" minimum="" threshold="" (25%).
<e10),c10*d$4,if(and(h10><f10),c10*e$4,if(and(h10><g10),c10*f$4,if(h10><d10,0,""))))))
<e10),c10*d$4,
<f10),c10*e$4,
<g10),c10*f$4,
<d10,0,""))))))<d10,0,""))))))
<e10),c10*d$4,if(and(h10><f10),c10*e$4,if(and(h10><g10),c10*f$4,if(h10><d10,0,""))))))
IF(H10="","",IF(AND(H10>=D10,H10<E10),C10*D$4,IF(AND(H10>=E10,H10<F10),C10*E$4,IF(AND(H10>=F10,H10<G10),C10*F$4,IF(H10>=G10,C10*G$4,IF(H10<D10,0,""))))))
I entered the excel lines just so you can know where I had it in excel...the columns all start from A. Hope this helps...thanks!</d10,0,""))))))
</g10),c10*f$4,if(h10></f10),c10*e$4,if(and(h10></e10),c10*d$4,if(and(h10></d10,0,""))))))<d10,0,""))))))
</g10),c10*f$4,
</f10),c10*e$4,
</e10),c10*d$4,
</d10,0,""))))))
</g10),c10*f$4,if(h10></f10),c10*e$4,if(and(h10></e10),c10*d$4,if(and(h10></d10,0,"")))))).></g10),c10*f$4,if(h10></f10),c10*e$4,if(and(h10></e10),c10*d$4,if(and(h10>