Skip to main content
Hi All,

 

I have a M/D relationship with Account and a custom object called Associate.  

 

On Associate, I have a formula field called Age with the following formula:

 

(TODAY() - DOB__c)/365.2425

 

I also have a formula called Type:

 

IF(Age__c >= 18, "Adult", "Adolescent")

 

I'm trying to do a Rollup Summary on Client that will count the # of Adult and Adolescents.  But I do not see the field Type to be able to filter from.

 

Any ideas?  Thanks!
3 answers
0/9000