Hi,
I have a table where I want to take the average of 3 values in percentage format. In my Google Sheet I have the formula which calculates what I want, but when I pass it to AppSheet I can't.
=IF(Y12=0,"",100%-AVERAGE(Y12:Y14))
Y12 =3.3 %
Y13=6.7 %
Y14=10 %
RESULT IS 93%
Solved! Go to Solution.
It seems a little odd to want to total the values in three consecutive rows (Y12:Y14), but if that is the goal maybe try:
Please let me know if I completely misunderstood
It seems a little odd to want to total the values in three consecutive rows (Y12:Y14), but if that is the goal maybe try:
Please let me know if I completely misunderstood
Hi,
thank you so much, I put this code and it worked, excellent!!!
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |