I am trying to add a formula to calculate duration between two dates in months and weeks. Not the total number of weeks between two dates but rather count the months first, and if less than month then count weeks.

For example:

Start date 2019-01-01
End date 2019-10-18

It should calculate 9 months 3 weeks.

Thanks a lot for your help.

Rae