Greatest
Returns the largest value amongst the inputs.
Usage
input 1 (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 profit from the year with the greatest profit
Returns the more recent date.
Last updated
Was this helpful?