Split Income over month end to recognize a portion in this month and a portion next month?

Waffles255

New Member
Joined
Mar 30, 2019
Messages
26
Office Version
  1. 2019
Hi, what formula or approach would you suggest to do the following:

You have a travel tour with the starting date from 26/02/2020 - 15/04/2020 is there a way to split the income for example :

1st split is from 26/02/2020 - 29/02/2020
2nd Split is from 01/03/2020 - 31/02/2020
3rd split is from 01/04/2020 - 15/04/2020

i want to allocate the income per month as the tour progresses the information is for example as follow :

UK tour : from 26/02/2020 - 15/04/2020 Amount $5000

Secondly is there a way to check if the tour will go over month end?

Thanks in advance
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
For example i have 2 tours one from 01/02/2020 - 20/02/2020, and one from 06/02/2020 - 05/03/2020 is there a way to see which tours will be conducted over month end? the first tour will not but the second one will
 
Upvote 0
T202003a.xlsm
DEFGHIJK
2StartEndAmountTotalJan-20Feb-20Mar-20Apr-20
326-Feb-2015-Apr-205,000.00500.00400.003,100.001,500.00
4
1d
Cell Formulas
RangeFormula
G3G3=E3-D3+1
H3:K3H3=MAX(0, MIN(EOMONTH(H$2, 0), $E3) + 1 - MAX(H$2, $D3))*$F$3/$G$3


The month dates are formatted dates such as 1-Jan-2020
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,224,820
Messages
6,181,157
Members
453,021
Latest member
Justyna P

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