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

roscoe

Well-known Member
Joined
Jun 4, 2002
Messages
1,062
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: 6

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Sigh...disregard. datedif() is the way
 
Upvote 0

Forum statistics

Threads
1,217,428
Messages
6,136,573
Members
450,021
Latest member
Jlopez0320

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