sorry, i maybe need to explain it better. assume the store is open 7 days a week and the sales target for the week is 20K. i use a template to break that 20K down to a daily figure, so each day has a % assigned to it, so the 20K would be multiplied by the % below for each day and that would be the daily sales target.
[TABLE="width: 448"]
<colgroup><col width="64" span="7" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]Sun[/TD]
[TD="width: 64"]Mon[/TD]
[TD="width: 64"]Tue[/TD]
[TD="width: 64"]Wed[/TD]
[TD="width: 64"]Thu[/TD]
[TD="width: 64"]Fri[/TD]
[TD="width: 64"]Sat[/TD]
[/TR]
[TR]
[TD="align: right"]0.112389[/TD]
[TD="align: right"]0.138559[/TD]
[TD="align: right"]0.131818[/TD]
[TD="align: right"]0.134257[/TD]
[TD="align: right"]0.136572[/TD]
[TD="align: right"]0.16573[/TD]
[TD="align: right"]0.180676[/TD]
[/TR]
</tbody>[/TABLE]
now assume that the store is no longer going to be open on saturday and sunday, so i need to take the % allocated to those days and spread it among the 5 days the store will be open. i dont want to just take the sum of saturday and sunday and divide by 5 and then add that to each day because it wont be reflective of what the store is capable of on that day.... for instance, monday through thursday is around .13 but friday is around .16 so when spreading the amounts, friday should got a portion more than the rest of the days.