Hi,
We have a scoring system that rates functionality in an interface. So as not to bias the total score, if the functionality isn't present we ask evaluators to give it a -1.
In Excel, the final score is determined by a formula that:
- Counts the number of criteria where the score is >= 0
- Determines a max possible score based on the number of criteria scored (e.g., there are 10 criteria in a category but only 9 of them got scored the max possible score is 9*3=27 (9 criteria scored * highest possible score))
- Adds the values for each of the criteria scored to get the actual total
I'm able to use sum to get the total score but I'm not sure how to get the number of criteria scored without using countif which Airtable doesn't seem to have.
Is there a way in AT to do what I'm trying to do? Any help is most welcomed.



