Google Sheets Functions: Statistical
Find the list of all Google Sheets function tutorials on the Functions page.
Statistical Functions
| AVERAGE | Calculates the average of a set of values. |
| COUNT | Returns the number of cells that contain numbers. |
| COUNTA | Returns the number of non-empty cells. |
| MAX | Returns the maximum value. |
| MIN | Returns the minimum value. |
| RANK | Assigns a rank to a value based on a set of values. |