Hi,
I tried searching on this topic, and found a formula that worked for someone else.
=IFERROR(INDEX(DISTINCT(COLLECT({Column 1}, {Column 1}, AND(ISDATE(@cell), @cell >= TODAY(-45)))), [Row #]@row), "")
While I am trying to figure how to use it for my needs.
My sheet has column name "Visit_Date" with listing of dates
My sheet I name a column name "Unique_Visit_Date" that would show the only unique dates in Visit_Date
I tried entering the formula in the cell for Unique_Visit_Date, but it gives incorrect argument. Not sure the issue or error?
=IFERROR(INDEX(DISTINCT(COLLECT(Visit_Date@row},Visit_Date@row, AND(ISDATE(Visit_Date)))) "")
Help?