Forum Discussion
markbt
Nov 17, 2023Copper Contributor
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...
- Nov 17, 2023
Another workaround might be to simplify the data validation and use date validation as such:
This avoids the use of CELL.
Patrick2788
Nov 17, 2023Silver Contributor
Another workaround might be to simplify the data validation and use date validation as such:
This avoids the use of CELL.