Divide by how many months are left until a certain date/month, based on Today's date?

jjrrcc11

Board Regular
Joined
Apr 11, 2016
Messages
53
I have a total figure that I would like to divide by how many months are left to April 2024 based on today's date, to obtain a monthly amount that automatically updates based on the current date.
So for context at present, the figure would be divided by 11, next month it would be 10, etc.

Is there a formula that would achieve this? The total figure is in Cell C13 and I would like to enter the formula in cell Q5.

Even better if an exact date could be used e.g. 5th April 2024.

Many thanks
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
I am not sure if this work for you. Please check.

1683404126425.png
 

Attachments

  • 1683404089781.png
    1683404089781.png
    9.9 KB · Views: 10
Upvote 0
=C13/DATEDIF(TODAY(),D1,"M") where D1 contains the date 4/5/24
 
Upvote 0
Solution

Forum statistics

Threads
1,214,978
Messages
6,122,545
Members
449,089
Latest member
davidcom

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