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
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!