Hi All,
I just want to create simple formula where excel should return value based on increasing / decreasing trend..
Details ..
We have highest and lowest score board where lowest value is better ( Payment due in months =<1.5 months is better than =>2.5 Months).
Here we want to give 15% additional discount if payment is made =<1.5 months, and it will reduce 1.5% on each increase intervention ( Table Below)
Please help me in creating this formula
[TABLE="width: 0"]
<tbody>[TR]
[TD]Months[/TD]
[TD]Score[/TD]
[/TR]
[TR]
[TD]<=1.5[/TD]
[TD]15%[/TD]
[/TR]
[TR]
[TD]1.6[/TD]
[TD]13.50%[/TD]
[/TR]
[TR]
[TD]1.7[/TD]
[TD]12%[/TD]
[/TR]
[TR]
[TD]1.8[/TD]
[TD]10.50%[/TD]
[/TR]
[TR]
[TD]1.9[/TD]
[TD]9%[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]7.50%[/TD]
[/TR]
[TR]
[TD]2.1[/TD]
[TD]6%[/TD]
[/TR]
[TR]
[TD]2.2[/TD]
[TD]4.50%[/TD]
[/TR]
[TR]
[TD]2.3[/TD]
[TD]3%[/TD]
[/TR]
[TR]
[TD]2.4[/TD]
[TD]1.50%[/TD]
[/TR]
[TR]
[TD]>=2.5[/TD]
[TD]0%[/TD]
[/TR]
</tbody>[/TABLE]
I just want to create simple formula where excel should return value based on increasing / decreasing trend..
Details ..
We have highest and lowest score board where lowest value is better ( Payment due in months =<1.5 months is better than =>2.5 Months).
Here we want to give 15% additional discount if payment is made =<1.5 months, and it will reduce 1.5% on each increase intervention ( Table Below)
Please help me in creating this formula
[TABLE="width: 0"]
<tbody>[TR]
[TD]Months[/TD]
[TD]Score[/TD]
[/TR]
[TR]
[TD]<=1.5[/TD]
[TD]15%[/TD]
[/TR]
[TR]
[TD]1.6[/TD]
[TD]13.50%[/TD]
[/TR]
[TR]
[TD]1.7[/TD]
[TD]12%[/TD]
[/TR]
[TR]
[TD]1.8[/TD]
[TD]10.50%[/TD]
[/TR]
[TR]
[TD]1.9[/TD]
[TD]9%[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]7.50%[/TD]
[/TR]
[TR]
[TD]2.1[/TD]
[TD]6%[/TD]
[/TR]
[TR]
[TD]2.2[/TD]
[TD]4.50%[/TD]
[/TR]
[TR]
[TD]2.3[/TD]
[TD]3%[/TD]
[/TR]
[TR]
[TD]2.4[/TD]
[TD]1.50%[/TD]
[/TR]
[TR]
[TD]>=2.5[/TD]
[TD]0%[/TD]
[/TR]
</tbody>[/TABLE]