Monthly Spreading remaining values between two dates

tamill35

New Member
Joined
Dec 8, 2006
Messages
1
The formula works good for linear spreading values in each month between two dates =IF(AX$2<$AE3,0,IF(AX$2>$AF3,$AU3,((AX$2-MAX($AE3,$AW$1)+1)/$AV3)*$AU3)) where AX2 is monthly cut off date, AE is start date, A4 is End date, AU is value to be spread, AW1 is current date after which remaining values are to be distributed.

My questions are:-
1) This formula gives linear spreading for each month. Is there a way to spread non linear such as Back loaded distribution eg 3.5% for first 10 steps, then 6.5% for remaining 10 steps
2) I tried to summarise a range by the formula =SUMPRODUCT(IF(AX$2<($AE3:$AE384),0,IF(AX$2>($AF3:$AF384),($AU3:$AU384),((AX$2-MAX(($AE3:$AE384),$AW$1)+1))/($AV3:$AV384))*($AU3:$AU384))) But the formula is not giving the correct value. I dont understand what mistake I have done.

Can somebody help.

Thanks,
Selvam
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,214,827
Messages
6,121,823
Members
449,049
Latest member
cybersurfer5000

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