Introduction
MIN and MAX functions help you find the smallest or largest number in a list. They save time when you want to quickly see the lowest or highest value in your data.
When you want to find the lowest sales number in a month.
When you need to know the highest score in a class test.
When checking the smallest or largest expense in your budget.
When comparing temperatures to find the coldest or hottest day.
When summarizing data to find minimum or maximum values quickly.