MODE
Definition: MODE is a function that returns the most frequently occurring value in a range of cells.
Syntax: =MODE(number1, [number2], …)
Situation: This formula is appropriate when you need to find the most frequently occurring value in a range of cells.
Example: If you have a set of numbers 2, 4, 6, 6, and 8, the most frequently occurring value can be found using the formula =MODE(2, 4, 6, 6, 8), which returns 6.