BeginnerStatistical Functions
Find the largest and smallest order
Identify the extremes in a column of values.
MAX · MIN
4 min10 points
Returns the smallest number in a range.
MIN(number1, [number2], ...)
Statistical Functions.
=MIN(C2:C9)
Returns $890
Scans the eight order values and returns the smallest — Fairmont's $890 order.
Text and blanks are ignored, so a column of numbers stored as text returns 0.
Knowing what a function does and being able to write it from memory are different skills. These close the gap.