Forum Discussion

markbt's avatar
markbt
Copper Contributor
Nov 17, 2023
Solved

Understanding a Data Validation formula

One of our employees has imported a Google Sheet into Excel and one of the cells contains this formula; =OR(NOT(ISERROR(DATEVALUE(I8))), AND(ISNUMBER(I8), LEFT(CELL("format", I8))="D")) If you ente...
  • Patrick2788's avatar
    Nov 17, 2023

    markbt 

    Another workaround might be to simplify the data validation and use date validation as such:

     

    This avoids the use of CELL.

Resources