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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!