Formula - distributing data over months

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Start DateEnd DateMths DelayY1Y2Y3Y4Y5Y6Y7Y8Y9Y101/182/183/184/185/186/187/188/189/1810/1811/1812/181/192/193/194/195/196/197/198/199/1910/1911/1912/19
01/01/201812/31/202701222333333111111111111222222222222
06/01/201805/31/2029122233333332222222222223333333

<tbody>
</tbody>

I see that a lot of people have looked but I may have not done a good job explaining what I am trying to do.

If the only data I have is (Start Date / End Date / Y1-Y10). The Y are years (12 months of data).

I am trying to put the values in Y1 through Y10 on a timeline by month. I have 1000s of rows of these.

My biggest challenge is the data changing by year as I already have a formula that works if the data does not change through the years (seen below).

IF(AND(month>=Start Date, month<=End Date, value, 0) Value being that the number in Y1-Y10 does not change. Month being the date on the timeline.

Hope this helps. Thank you

Stecky
 
Upvote 0

Forum statistics

Threads
1,214,424
Messages
6,119,404
Members
448,893
Latest member
AtariBaby

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