SUM of columns that have IF formuals
Hoping someone can help me.
I have four columns that I am trying to sum up using the sum function. The four columns do have IF functions in them. I keep getting a return of zero. I added two screen shots the first one has the sum formula I am using and the second one has the if formulas that are in the columns that I am trying to sum up the total that is returned.
Answers
-
Remove the quotes around your numbers in the formula. Quotes around numbers turns them into text.
Example:
Correct: =IF([CHANGE RATING]@row = "Medium/Standard", 5, 0)
Incorrect: =IF([CHANGE RATING]@row = "Medium/Standard", "5", 0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 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!