ISDATE Function

Checks whether a value is a date

Sintassi

ISDATE(value)
  • value
    The value, typically within a cell, to check

Utilizzo esempio 

IF(ISDATE([Due Date]1), "Cell contains a date", "Cell doesn’t contain a date")

Utilizzo note

  • This function is used inside of another function (e.g., IF, COUNTIF, or SUMIF), if used alone it returns #INVALID COLUMN VALUE.

Esempi

Still need help?

Use the Formula Handbook template to find more support resources, and view 100+ formulas, including a glossary of every function that you can practice working with in real time, and examples of commonly used and advanced formulas.

Find examples of how other Smartsheet customers use this function or ask about your specific use case in the Smartsheet online Community.

Ask the Community