Hi there!
Problem = I have four "Text/Number" columns that I want to average
Complexity = the column values are derived from formulas
Issue = when I try to average all four columns with =AVG([Stakeholder Score]@row:[Complexity Score]@row) formula, it keeps throwing an error. Even when I try the long way around =SUM([column1]@row:[column4]@row)/4, I get zero.
I feel like it's not recognizing the "Scores" as number values. Help!