Setting a flag want to ignore blank cells

I have this formula. It works well unless the cell is blank
=IF([Warranty End Date]@row <= TODAY(), 1, "")
How do I insert the ISBLANK logic in this formula? So far, It hasn't worked.
Best Answers
-
Hi @JPUMBARGER - Try this.
=IF(ISBLANK([Warranty End Date]@row), "", IF([Warranty End Date]@row <= TODAY(), 1, ""))
Please let me know if that helps!
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
-
This worked thank you!
Answers
-
Hi @JPUMBARGER - Try this.
=IF(ISBLANK([Warranty End Date]@row), "", IF([Warranty End Date]@row <= TODAY(), 1, ""))
Please let me know if that helps!
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
-
This worked thank you!
-
Fabulous!
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
Help Article Resources
Categories
Check out the Formula Handbook template!