I want to use Data Validation to only allow the date format of the below for a range of rows and columns.
mm/dd/yyyy hh:mm
I found the below formula online to allow for the date only (I think), but I would like to understand how this works/what it is doing in order to manipulate it to do what I need it to!
=AND(ISNUMBER(B2),LEFT(CELL("format",B2),1)="D")
Thanks
Bookmarks