I have created a Scorecard table called "Data Entry" which is calculating the average of Four (4) columns which are "[Customer Engagement]", "[Issue Resolution]" ,"[Process Compliance]","[Customer Handling]"
I am trying to modify the App-sheet formula in such a way, that if I do not select a value for any column, I still get the overall average for the Table.
I think you've left out some important details. But if I'm filling in those blanks with correct assumptions, you'd need to do something like this:
SUM( table[column] ) / COUNT(FILTER( table , ISNOTBLANK( [column] ) ) )
HI @Marc_Dillon Thanks for your feedback, I tried this but still getting an error
SUM(DATA ENTRY([Customer Engagement],[Issue Resolution],[Process Compliance],[Customer Handling]))/COUNT(FILTER(DATA ENTRY, ISNOTBLANK([Customer Engagement],[Issue Resolution],[Process Compliance],[Customer Handling])))
See error:
My thought is, The filter function is it not supposed to work across Rows and not columns?
Lots of issues here.
Hi, I am still quite new to the use of the Google Appsheet and formulas, Pardon me.
So Let me be as basic as possible. I am trying to Find out the Moving average for a scorecard with Four (4) Parameters
I want Appsheet to give me an overall average even if I do not capture a value for any of the parameter.
Thanks
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |