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
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!