IF Formula
Lisa Welch
✭✭✭✭
How can I adjust this formula to return a "blank" if the value is $0?
=SUM([Actual Amount (finance use only)]@row - TOTALS@row)
Thank you,
Best Answer
-
Try:
=IF([Actual Amount (finance use only)]@row - TOTALS@row = 0, "", [Actual Amount (finance use only)]@row - TOTALS@row
Answers
-
Try:
=IF([Actual Amount (finance use only)]@row - TOTALS@row = 0, "", [Actual Amount (finance use only)]@row - TOTALS@row
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!