I'm currently trying to pull in a rate for life insurance that is based off of age. I have the age being calculated in a number field with the following formula, where Date_of_Birth_PI is selected from a date field and Effective_Date_HSA is 10/1/2020:
=DATEDIF(Date_of_Birth_PI,Effective_Date_HSA,"y")
This correctly outputs the age of the individual filling out the form, but that age doesn't seem to be able to return results when used with a lookup table. The moment I remove that formula and either populate that age field manually or even make it read-only with a default value, it works.
Is there something I'm missing?