The formula to check date
Let us assume, I have a date column with some values like this (see below). I want to check if the values in the cell are date type.
05-02-2024
21-01-2024
24-01 2024
01-02-2024
12-01-2024
Here's the formula.
=ISNUMBER(DATEVALUE(TEXT(F9,"mm-dd-yyyy")))
Output