Calculating Remaining Years, Months, Days left....

gymwrecker

Active Member
Joined
Apr 24, 2002
Messages
390
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I need help with a formula that can determine the number of years, months, and days that are left from today before reaching a specific date in the future?

A1 = 2024/08/23
B1 = (years,months.days) left based on today's date.

Any help is greatly appreciated!
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
How would you want the information in B1 to be presented? A basic formula of:
Excel Formula:
=A1-TODAY()
will show you the number of days between the date in A1 and 'Today', but requires a bit more finessing to give months/years too - but depends on how you would want it to look.
 
Upvote 0
Solution
LOL - "... for now ..." sounds rather ominous! :ROFLMAO:
It's entirely possible to work some math on the resulting number of days to convert it into years, months, etc, it just depends on how you'd want it to be presented.
 
Upvote 0
My apologies Dan! I didnt mean it that way…The formula =A1-TODAY ( ) returns the total number of days which works for me; what I was initially looking for was for a formula to return the number of years, months, and days remaining from the date in A1

Dan, again, Thank you! I greatly appreciate all the help!!!!
 
Upvote 0
That's ok. I thought it sounded funny, is all. I wasn't at all upset. :)
Glad it's working for you, but do please let me know if you'd like help adjusting it at all.
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,736
Members
448,988
Latest member
BB_Unlv

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