Do something to the effect of the following:
(
   LEN(SUBSTITUTE({type (from Completed task}, ", ", "")) - 
   LEN(SUBSTITUTE(SUBSTITUTE({type (from Completed task}, ", ", ""), "act", ""))
) / 3
                
     
                                    
            Do something to the effect of the following:
(
   LEN(SUBSTITUTE({type (from Completed task}, ", ", "")) - 
   LEN(SUBSTITUTE(SUBSTITUTE({type (from Completed task}, ", ", ""), "act", ""))
) / 3
Or you could just do a Count field with a condition set to “where type = ‘act’”
                
     
                                    
            Or you could just do a Count field with a condition set to “where type = ‘act’”
Yes, that worked perfectly. Thank you  :slightly_smiling_face: