Adding N/A as a dropdown so that it doesn't display 'Invalid'
Good day,
I want to add not applicable as 'N/A' on a dropdown to this formula such that it doesn't display 'INVALID'. Grateful for any help.
=IFERROR(IF(ISBLANK([Expiry Date]@row), "", IF([Expiry Date]@row <= TODAY(), "Red", IF([Expiry Date]@row <= TODAY(90), "Yellow", IF([Expiry Date]@row > TODAY(90), "Green")))), "")
Best Answers
-
Try this:
=IFERROR(IF(ISBLANK([Expiry Date]@row), "", IF([Expiry Date]@row <= TODAY(), "Red", IF([Expiry Date]@row <= TODAY(90), "Yellow", IF([Expiry Date]@row > TODAY(90), "Green")))), "N/A")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Wrap that one in an IFERROR.
=IFERROR([Expiry Date]@row - TODAY(), "")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Try this:
=IFERROR(IF(ISBLANK([Expiry Date]@row), "", IF([Expiry Date]@row <= TODAY(), "Red", IF([Expiry Date]@row <= TODAY(90), "Yellow", IF([Expiry Date]@row > TODAY(90), "Green")))), "N/A")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Dear Paul,
Thanks for responding and apologies on my path for the confusion. I refer to the attachment. The formula I have in the column 'From Today' as follows:
=[Expiry Date]@row - TODAY()
If however 'N/A' is applied under 'Expiry Date' it reads 'INVALID OPERATION'
What can I do so that this 'INVALID OPERATION' doest appear?
-
Wrap that one in an IFERROR.
=IFERROR([Expiry Date]@row - TODAY(), "")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Thanks again. Exactly what I am looking for.
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!