Months Active
is a formula that returns what appears to be a number.
IF({First Gift Date}, DATETIME_DIFF({Last Gift Date},{First Gift Date},‘month’),"")
Number of Gifts
is a count field
I’m trying to create a field that returns an frequency
{Months Active}/{Number of Gifts}
But it is throwing an #Error
What am I over looking?
I’m pretty sure it has something to do with the DATETIME_DIFF returning a date and not a number