Hello,
I have monthly volumes and I want to split them into accurate weekly volumes.
Lets say I have 500 in August and 600 in September
Week 35 is 3 Days of August and 4 Days of September.
500/31 * 4 + 600/30 * 2 = 104,5 for Week 35.
What formula can I use if I have only the Weeknumber and the Monthly volumes.
Thanks
I have monthly volumes and I want to split them into accurate weekly volumes.
Lets say I have 500 in August and 600 in September
Week 35 is 3 Days of August and 4 Days of September.
500/31 * 4 + 600/30 * 2 = 104,5 for Week 35.
What formula can I use if I have only the Weeknumber and the Monthly volumes.
Thanks