Try to convert the number of months to actual number of days, then add to your initial date, then take away 1. for example, if your date is on A1 (i.e. 01JAN05) and your number of days is in B1 (i.e. 60), you could type this in c1:
=sum(a1+b1-c1)
Ensure that A1 and C1 are formatted as dates and that b1 is formatted as number.
Date( Month(date) + months to add; Day(date); Year(date) )
What if the date I'm starting with is 12/31/2004? Adding 2 to month would give 14. Now, even if I wrote some code to determine that the month would be 2, the ending date would be 2/31/2005.....this date does not exist.
Does Filemaker Pro not offer a function like DateAdd(...)?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.