Doing an @Count on specific Values
Hi all,
I have an account that could have a value between 1-30 and it will vary per month. I need to be able to count the number of times a particular value shows up. (I.e this account has the value 5 for 6 different employees and the value 16 for 12 other employees), I need the formula to return the number 6 and 12 respectively. Also I would like to do this dynamically for all numbers between 1-30 and don't want to have to create 30 accounts just to store these values. Is there a methodology to satisfy this with @COUNT or is there a different function that helps?