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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!