Here is the formula I am using to calculate the number of months as the client activity occures while in the progam over a 2 year period.
IF(YEAR(Date1) = YEAR(date2),
MONTH(Date1) - MONTH(date2),
FLOOR((Date1 - Date2) / 30.25))
When I initialy built out the object with a few sample fields, this formula worked perfectly. Now I am getting an error message:
Error: Invalid Data.Review all error messages below to correct your data.
Formula(s) that reference this field are no longer valid: Compiled formula is too big to execute (5,912 characters). Maximum size is 5,000 characters (Related field: Formula)
12 answers