Formula HELP... Display number only is formula results in less than ZERO
# of Contracted eDocs - # of Submitted eDocs = Need Contracting; IF the number is less than 0, I do not want a number to display in the Need Contracting field unless it is negative.
Best Answer
-
Hi Danielle Maroon,
Please use the below mentioned logic as per your cells.
here, I have used IF condition, so if # of Contracted eDocs - # of Submitted eDocs< 0 then it will show blank otherwise it will calculate # of Contracted eDocs - # of Submitted eDocs = Need Contracting.
=IF([Column34]4 - [Column34]5 < 0, "", [Column34]4 - [Column34]5)
I Hope it will work for you !
Thank You!
Anjanesh Vaidya
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 Danielle Maroon,
Please use the below mentioned logic as per your cells.
here, I have used IF condition, so if # of Contracted eDocs - # of Submitted eDocs< 0 then it will show blank otherwise it will calculate # of Contracted eDocs - # of Submitted eDocs = Need Contracting.
=IF([Column34]4 - [Column34]5 < 0, "", [Column34]4 - [Column34]5)
I Hope it will work for you !
Thank You!
Anjanesh Vaidya
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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!