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