I have a requirement where we get date values in excel , i need to validate whether its correct date or not. Its not about format, its about valid data like user shouldnot give invalid dates like Feb 31 etc. How can i achieve this.
@Pavani_Regulagedda i was able to achieve this using formatdatetime function, if invalid date like feb 31 is given it fails