Calculating Prorated Revenue Off of Dates with Monthly Straddles

kevdecar

New Member
Joined
Jan 7, 2015
Messages
1
Hello,

First post, heard a lot of great things about this forum. I have a tricky situation. I'm trying to give a prorated revenue total by month for incremental postings of revenue (ex:1/11/14-1/17/14=$76,595). Obviously the amounts like the one in my example are simple, but I'm having trouble with the straddles like: 2/22/14-3/7/14=$99,977.

Now I know I could $99,977/13= 7,90.54 and multiply it by the respective days in each month. The issue is that I have hundreds of lines of data I need to do this for.

The sheet looks like
Column A: Start Date
Column B: End Date
Column C: Called in Revenue
Column D: Days

I added the following columns:
Column E: Prior Month Straddle Days-(IF("Start of month">"Start Date","Start of month"-"Start Date",0)
Column D: Next Month Straddle Days-(IF("End of month">"End Date", "End of month"-"End Date",0)

I was trying to get the pro-rated cruise days from that, but I am pretty stuck.

Can you please help?
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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