I’m trying to use a calculated field to get the count of companies between 2 and 5. The formula works if I pick either number but not if I use an AND or OR .Here’s one of the formulas I’ve tried:
countIf({Account UUID},{Active User Seat Count} <= 5) AND countIf({Account UUID},{Active User Seat Count} >= 2)