Start Date with Target Days to Future Month

MPG Radio

New Member
Joined
Jul 28, 2018
Messages
7
Hello all, not sure how to word this, if I have an Excel start date in one cell and in another cell a number, what future month in the year would this be.
1713194066695.png


Thank you hope you can help.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
you could use
=TEXT(A1+B1,"MMMM")

Book4
AB
1datedays to target
24/12/2463
3
4future month
5June
Sheet1
Cell Formulas
RangeFormula
B5B5=TEXT(A2+B2,"MMMm")



Book4
AB
14/12/2463
2
3June
4
5
6
76/14/24
Sheet1
Cell Formulas
RangeFormula
B3B3=TEXT(A1+B1,"MMMm")
B7B7=A1+B1
 
Upvote 0
Solution

Forum statistics

Threads
1,215,219
Messages
6,123,690
Members
449,117
Latest member
Aaagu

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