Hello. Help needed: need a formula to compare the last input value in an array with the average of the previous ones. Example:
| J | F | M | A | M | J | J | A | S | O | N | D | Formula column |
| 2 | 3 | 4 | 1 | 5 | 4 |
In this case the formula should let me know that in June the value was higher than the average of Jan - May [ 4>(2+3+4+1+5)/5 ]. If it's possible the formula to return an index (-1, 0, 1) to apply some conditional formatting in formula column.
| J | F | M | A | M | J | J | A | S | O | N | D | Formula column |
| 2 | 3 | 4 | 1 | 5 | 4 |
In this case the formula should let me know that in June the value was higher than the average of Jan - May [ 4>(2+3+4+1+5)/5 ]. If it's possible the formula to return an index (-1, 0, 1) to apply some conditional formatting in formula column.