Converting duration between dates to "XX Years + yy Months"

roscoe

Well-known Member
Joined
Jun 4, 2002
Messages
1,060
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Trying to build lookup table for Social Security benefits based on birthday and date to start receiving benefits. The SSA table shows the age of the claimant in a string format such as "67 + 3 Months".

The date is generated by subtracting the birth date from the claim date. I had a string generator that worked perfectly...until I picked a claim date whose month was earlier than the birthdate (i.e. claim in July but the birthdate is in Oct). The resulting string was "66 + -3 months" which should really be "65 + 9 months". Maybe it's late, but I'm stumped. I thought I'd try a custom function but I'm getting nowhere (no matter how simple I create a test function I get #NAME? as the result. I've built user-defined functions before (granted I'm rusty) but this shouldn't be this hard...

Any help would be appreciated
 

Attachments

  • 1715846723635.png
    1715846723635.png
    1.1 KB · Views: 5

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).
Sigh...disregard. datedif() is the way
 
Upvote 0

Forum statistics

Threads
1,216,733
Messages
6,132,413
Members
449,727
Latest member
Aby2024

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