Weeks to Months - Pro-rate

kingpin99

New Member
Joined
Oct 12, 2015
Messages
7
Hey Guys

Need some help on the file below
https://www.dropbox.com/s/kigw2gk2jx0l37x/WeekToMonths.xlsx?dl=0

I have data for sales in column A by each week.
The sales need to be pro-rated by month, when the week commencing over laps with another month.

e.g. Week commencing the 29/01/2018 ends on the 04/02/2018.
3 days of sales need to be in Jan
4 days of sales need to be in Feb

I don't mind if the sales for week 29/01/2018 falls into week 22/01/2018 for the 3 days and the 4 days can go into 05/03/2018 as long, as it falls in the correct month.
I don't want to add rows.


is there anyway this can be achieved?

Thanks in advance
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
You will have to test it, but I am pretty sure this formula placed in cell F2 and copied down will do what you want...

=IF(C2=E2,A2+IF(C3=E3,0,A2*(EOMONTH(B3,0)-D2)/7)+IF(C1=E1,0,A1*DAY(D1)/7),"")
 
Upvote 0

Forum statistics

Threads
1,216,071
Messages
6,128,619
Members
449,460
Latest member
jgharbawi

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