Data Split based on dates

Sahitya

New Member
Joined
May 29, 2018
Messages
27
I have to populate the amount based on the value per month in the respective columns (Jan-18, Feb-18) based on the value 'Per Month' only for the duration provided (Start and End).



StartEndValueValueValueTotal ValueTotal MonthsPer MonthJan-18Feb-18Mar-18Apr-18May-18Jun-18
5/3/201810/6/2020$100,000.00$180,000.00$295,000.00$575,000.0029$19,827.59

<tbody>
</tbody>
 
Last edited:

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
A
B
C
D
E
F
G
H
I
J
K
L
M
N
1
tartEndValueValueValueTotal ValueTotal MonthsPer Month
18-Jan​
18-Feb​
18-Mar​
18-Apr​
18-May​
18-Jun​
2
5/3/2018​
10/6/2020​
$100,000.00​
$180,000.00​
$295,000.00​
$575,000.00​
29​
$19,827.59​
19827.59​
19827.59​
Sheet: Sheet61

Formula in cell I2:

=IF(MEDIAN($A2,$B2,EOMONTH(I1,0))-MEDIAN($A2,$B2,I1),$H$2,"")
 
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,791
Members
451,589
Latest member
Harold14

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