Hello all,
I have a sheet with two key column dates. I want to sort by Date1, then sort by Date2 and if a row has both dates, I want to assign it a number (rank it) based on the order it appears in the sort.
I've tried:
=IF([Date 1]@row <> "", IF([Date 2] <> "", RANKEQ([Date 2], [Date 1]:[Date 1])))
but it seems that the RANKEQ formula doesn't like date data types. Any ideas?
I'm also missing the sorting step because I'm not sure how to sort without changing the whole table