IF and Date with N/A

Options

Hello,

I'm attempting to put to arguments together keep coming up with "Invalid argument".

Each of these work individually:

=IF((Date@row < TODAY(), 1, 0))

=IF(CONTAINS("NA", Date@row), 1, 0)

My goal is to check the "date" cell. If it less than Today, check. Or if it contains "NA" then check.

How do I put these together?

Thank you in advance!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!