NEVERMIND - I filtered out the empty ratings. Thanks!
Just a heads up if you don’t want to filter, you can also use the BLANK() function to serve this purpose. Something like
IF(SUM(Number+{Number 2}+{Number 3})>0, SUM(Number+{Number 2}+{Number 3}), BLANK())
Hey
As mentioned ab
Completely different matter, but would love to have you join our Airtable Hackathon! Make sure to sign up!!
Mike, Consultant @ Automatic Nation
YouTube Channel
In my example the “Number” fields are placeholders, so if you just replace them all with your specific fields it should work (I forget the field names you had). So basically it’s IF( SUM(All your fields)>0, SUM(All your fields), BLANK() )
That makes the formula add up your numbers and if it’s more than 0, display the sum, otherwise display a blank. Then you can use the bottom function for average. I didn’t account for negative numbers here tho, so hopefully you’re just looking at blanks or positive integers.
Completely different matter, but would love to have you join our Airtable Hackathon! Make sure to sign up!!
Mike, Consultant @ Automatic Nation
YouTube Channel
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.