I am using the below date/time format in gSheets:
01 Apr at 11:00
I wonder whether it is possible to use Data Validation (or any other function) to report error (add the small red triangle to the corner of the cell) when the format differs in any way.
Possible values in the given format:
- 01 -> any number between 01-31 (but not "1", there must be the leading zero)
- space
- Apr -> 3 letters for month (Jan, Feb, Mar... Dec)
- space
- at
- space
- 11 -> hours in 24h format (00, 01...23)
- :
- 00 -> minutes (00, 01,...59)
Is there any way to validate that the cell contains "text/data" exactly in the above mentioned format?