Age Date Between Two Dates to Return Value as 30, 60, 90 day
Nath wrote:
Hi,
How do I calculated between two dates to return the value as 30, 60, 90 day.
One way:
=CEILING(day2 - day1,30)
Substitute day2 and day1 with references to your actual dates.
|