I am using this formula
=TRUNC((E3-D3)/7)&" Weeks and "&MOD(E3-D3,7)&" Days"
to calculate date difference between two dates. It returne too many decimals, e.g.
17 Weeks and 5.5281935185194 Days
I've set the cell to number with no decimal but that doesn't do it.
Thanks.
Bookmarks