I have a lookup field giving me three different states: “act”, “belong” and “commit”
How can I count how many times “act” is in this lookup field?
If I use COUNTALL, I just get the total sum of states in this field. How can I just count just “act”?
...