Hello!
I'm trying to figure out how to convert something, say from 1 year, 6 months and 12 days to read as 18 months and 12 days. The formula I'm currently working with is:
DATEDIF(D7966,E7966,"y")&" years "&DATEDIF(D7966,E7966,"ym")&" months "&DATEDIF(D7966,E7966,"md")&" days"
but I don't know how to remove the year portion without it just not including it.
Any input is greatly appreciated!!
Thanks in advance!!!!!!
Bookmarks