spreading percentages across days of the week

ab9788

New Member
Joined
Nov 8, 2018
Messages
5
Office Version
  1. 365
Platform
  1. Windows
i have a file that takes a weekly sales number and breaks it down to daily sales figures so stores have a daily sales target to hit. Each day of the week (sun-sat) gets a percentage assigned to it based on sales volume of that day. When a store closes, i have to figure out how to take that days percentage away and spread it across the remaining days. I have tried a few different ways but always come up a little short or a little over 100%. does anybody know how i would do this?
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
If I understand what you mean, you want the E5 on Tuesday when you recieved actual of Monday

Capture.jpg
[/URL][/IMG]

to reach the weekly objective at its end. You can drag it to the right and overwrite it with your actuals.
 
Last edited:
Upvote 0
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.
SunMonTueWedThuFriSat
0.1123890.1385590.1318180.1342570.1365720.165730.180676

<colgroup><col width="64" span="7" style="width:48pt"> </colgroup><tbody>
</tbody>

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.
 
Upvote 0
The formula in C5 respect the prorata of the days left (mo to fri)
Capture.jpg
[/URL][/IMG]
 
Upvote 0

Forum statistics

Threads
1,214,991
Messages
6,122,628
Members
449,095
Latest member
bsb1122

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