Greatest
Usage
Greatest(input1, [input2], ...)
📘To compare a column of dates against a specific date, wrap the input in the Date() function.
Example
Greatest([Profit 2020], [Profit 2021], [Profit 2022])Greatest([Invoice Date], Date("2020-01-01"))Last updated
Was this helpful?