MIN Function

Returns the lowest number or earliest date
Sample Usage
MIN(Cost1:Cost5)
Syntax
MIN(
  • value1
  • [
    • value2
    • ...
    ]
)
  • value1
    The number or range from which you want the lowest value
    • value2
    • ...
    —[optional]
    Additional numbers or ranges
Usage Notes
  • When referencing dates, you must use MIN in a Date column
Examples
FormulaDescriptionResult
MIN(45, 22, 78, 3, 90)Finds the lowest number among the given values.3
MIN(10.5, 3.5, 7.25)Finds the lowest number among the decimals provided.3.5
MIN(DATE(2023, 4, 15), DATE(2023, 4, 10))Compares two dates and returns the earliest.April 10, 2023
MIN(100, 200, 50, 150)Finds the lowest number from the list of values.50

Still need help?

Use the Formula Handbook template to find more support resources and view 100+ formulas, including a glossary of every function that you can practice working with in real-time and examples of commonly used and advanced formulas.

You can find examples of how other Smartsheet customers use this function or ask about your specific use case in the Smartsheet online Community.

Ask the Community