Introduction
MIN and MAX functions help you find the smallest or largest number in a list of values. This is useful when you want to quickly see the lowest or highest sales, dates, or scores in your data.
When you want to find the earliest or latest date in your sales data.
When you need to show the highest sale amount in a report.
When you want to highlight the lowest score in a test results dashboard.
When you want to filter data based on the minimum or maximum value.
When you want to compare the smallest and largest values across categories.