Hi Smartsheet Community!
I have a sheet with a score column where I want to average the points in the score column for a particular category (which is a multi-select field). I've tried AVERAGEIF and AVG(COLLECT formulas but I'm unable to get either of them to work. They either return "0" or are blank, respectively. What am I doing wrong?
=AVERAGEIF(Category:Category, "Gap Closure", Score:Score)
=IFERROR(AVG(COLLECT(Score:Score, Category:Category, "Gap Closure")), "")