Advertisement
Computeractive

Calculate days, months years, Issue 648

Dec 12th, 2022
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. =DATEDIF(A1, B1, "y") &" years, "&DATEDIF(A1, B1, "ym") &" months, " &DATEDIF(A1, B1, "md") &" days"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement