If Cell Blank Return "N/A"

If Date of Calibration is blank, return N/A instead of DUE.
=IF([Calibration Due]@row - TODAY() > 90, "GOOD", IF([Calibration Due]@row - TODAY() > 30, "3 MONTHS", IF([Calibration Due]@row - TODAY() > 0, "1 MONTH", "DUE")))
Best Answer
-
Hi JNorman,
You can try the following formula to achieve the required output.
I hope it will work.π
=IF([Calibration Due]@row - TODAY() > 90, "GOOD", IF([Calibration Due]@row - TODAY() > 30, "3 MONTHS", IF([Calibration Due]@row - TODAY() > 0, "1 MONTH", IF(ISBLANK([Calibration Due]@row), "N/A", "DUE"))))
Thanks,
Anjanesh Vaidya
Smartsheet Development, Ignatiuz Software
Did this answer help you? Show some love by marking this answer as "Insightfulπ‘" or "Awesomeβ€οΈ" and "Vote Upβ¬οΈ
Answers
-
Hi JNorman,
You can try the following formula to achieve the required output.
I hope it will work.π
=IF([Calibration Due]@row - TODAY() > 90, "GOOD", IF([Calibration Due]@row - TODAY() > 30, "3 MONTHS", IF([Calibration Due]@row - TODAY() > 0, "1 MONTH", IF(ISBLANK([Calibration Due]@row), "N/A", "DUE"))))
Thanks,
Anjanesh Vaidya
Smartsheet Development, Ignatiuz Software
Did this answer help you? Show some love by marking this answer as "Insightfulπ‘" or "Awesomeβ€οΈ" and "Vote Upβ¬οΈ
-
Solved, thanks Anjanesh π
-
Happy to help!ποΈ π JNorman
Thanks,
Anjanesh Vaidya
Smartsheet Development, Ignatiuz Software
Did this answer help you? Show some love by marking this answer as "Insightfulπ‘" or "Awesomeβ€οΈ" and "Vote Upβ¬οΈ
Help Article Resources
Categories
Check out the Formula Handbook template!