Hello Everyone,
The intention of the following formula was to take a fixed set of units and spread them evenly based on a start date - successful. Next, I have been unsuccessful in figuring out a means by which to take the same formula and enhance it by spreading the value into non-sequential months. In other words, adding a parameter to spread the values every 3 months and then stop based on an end date.
Any assistance would be greatly apprecaited.
Thanks
=IF(AND(V$2>=$Q3,V$2<EDATE($Q3,$B$4)),$K3/$B$4,"-")
The intention of the following formula was to take a fixed set of units and spread them evenly based on a start date - successful. Next, I have been unsuccessful in figuring out a means by which to take the same formula and enhance it by spreading the value into non-sequential months. In other words, adding a parameter to spread the values every 3 months and then stop based on an end date.
Any assistance would be greatly apprecaited.
Thanks
=IF(AND(V$2>=$Q3,V$2<EDATE($Q3,$B$4)),$K3/$B$4,"-")