Hi there i am trying to write a statement for some conditional formatting.
I need to say
IF CellA1 is not in date format dd/mm/yyyy then TRUE otherwise FALSE
I have this but is not working so far. Can anyone help?
=IF(NOT(TEXT,dd/mm/yyyy),TRUE,FALSE)
Many Thanks.....
Bookmarks