★0 XP
Question 1 of 10
Mode refers to the number which appears the most in a set of data. The MODE function in Excel returns the number which appears the most in a range of numbers.
Type =MODE(B:B) to get the mode, or the most common number of legs for the animals listed.
Type =MODE(B:B) to get the mode, or the most common number of legs for the animals listed.
| A | B | C | D | |
|---|---|---|---|---|
| 1 | ANIMAL | # OF LEGS | ||
| 2 | Cow | 4 | ||
| 3 | Pig | 4 | ||
| 4 | Chicken | 2 | ||
| 5 | Goat | 4 | ||
| 6 | Horse | 4 | ||
| 7 | Octopus | 8 | ||
| 8 | Crab | 10 |
fx