Concept Flow - MIN and MAX functions
Start with a column of values
Apply MIN function
→Find smallest value
Apply MAX function
→Find largest value
Return result as single value
MIN finds the smallest value in a column, MAX finds the largest, both return one value.