Least
Returns the smallest value amongst the inputs.
Usage
input (required) The data or column of data to be evaluated. Input can be numbers, dates, or strings.
input 2+ (optional) Additional inputs to compare. All additional inputs must match the type of the first input.
πTo compare a column of dates against a specific date, wrap the input in the Date() function.
Example
Returns the value in [Date] if the date is before April 12, 2018, otherwise returns April 12, 2018. When used with date data types, returns the date that occurs the furthest back.
Returns the profit numbers for the year that was least profitable.
Last updated
Was this helpful?