quarterly calcs from month numbers

ringojb

New Member
Joined
Oct 24, 2019
Messages
2
I've been asked to calculate quarterly dollar spread based on start and end months.

I need it in this format.

removed bad image

Q1 calc is easy, but gets complicated (for me) on the rest. Any help would be greatful. Thank you.

[TABLE="width: 402"]
<tbody>[TR]
[TD="width: 79, bgcolor: transparent"]start month[/TD]
[TD="width: 75, bgcolor: transparent"]end month[/TD]
[TD="width: 127, bgcolor: transparent"]total cost[/TD]
[TD="width: 64, bgcolor: transparent"]q1[/TD]
[TD="width: 64, bgcolor: transparent"]q2[/TD]
[TD="width: 64, bgcolor: transparent"]q3[/TD]
[TD="width: 64, bgcolor: transparent"]q4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]3[/TD]
[TD="bgcolor: transparent, align: right"]7[/TD]
[TD="bgcolor: transparent, align: right"]500000[/TD]
[TD="bgcolor: transparent"]calc[/TD]
[TD="bgcolor: transparent"]calc[/TD]
[TD="bgcolor: transparent"]calc[/TD]
[TD="bgcolor: transparent"]calc[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]need these results[/TD]
[TD="bgcolor: transparent, align: right"]100000[/TD]
[TD="bgcolor: transparent, align: right"]300000[/TD]
[TD="bgcolor: transparent, align: right"]100000[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited by a moderator:

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
See if the following formula works for you:

=$C2/($B2-$A2+1)*MAX(0,MIN($B2,RIGHT(D$1)*3)-MAX($A2,RIGHT(D$1)*3-2)+1)
 
Upvote 0

Forum statistics

Threads
1,225,743
Messages
6,186,777
Members
453,370
Latest member
juliewar

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