Hello - I want to replicate the excel function MIN(Date1, Date2, Date3)
I have 3 columns with dates and want to output the MIN date of those columns.
Thanks,
Solved! Go to Solution.
thank you for the reply, i am trying to use the columns i have and not manually entered strings as you have noted
@jarrazolo2 you can use the columns instead of string ,
Hi - according to https://help.alteryx.com/designer-cloud/minmax-functions that is incorrect unless the columns are numbers."A minimum or maximum function finds the smallest and largest value of a set of values. Min/Max functions can only be used with Number data types."
@jarrazolo2 it should work on date fields as well, please make sure that your date fields are in valid alteryx date format
Hi @jarrazolo2
Another way to go if you don't want to hard code the column names into a formula, would be to transpose all your date fields (check all other fields as key fields in the Transpose tool). You can then use a Summarize tool to group by Field Name and return the minimum value.