SUM of Check Box IF Function that returns a value.
I've created several "IF" formulas on a sheet. An example of one is as follows: =IF([Kickplate Installation]1, "$42.86", ""). When the checkbox is checked, it does return my value of $42.86. However, I've also created a column to total all of the values returned. When I "Sum" the returned values from the formula, the "SUM" was always "0.00". However, then I added a column with dollar values that were not connected to the "IF" formulas and used the "SUM" formula again and it only adds up the cells that are not associated with the "IF" formulas.
Looks like this:
In the column marked "Site Billing Total", all of the figures from both snips should be totaling. However, only the "Change Order Amount" is totaling. Assuming because it is not connected to any of the "IF" functions.
This is the formula for my "Site Billing Total" cells:
=SUM([Change Order Amount]1, [4 Wall FRP Paint Materials]1, [3 Wall FRP Paint Materials]1, [2 Wall FRP Paint Materials]1, [1 Wall FRP Paint Materials]1, [4 Wall Paint Materials]1, [3 Wall Paint Materials]1, [2 Wall Paint Materials]1, [1 Wall Paint Materials]1, [4 FRP Wall Paint $]1, [3 Wall FRP Paint $]1, [2 Wall FRP Paint $]1, [1 FRP Wall Paint $]1, [4 Wall Paint $]1, [3 Wall Paint $]1, [2 Wall Paint $]1, [1 Wall Paint $]1, [Kickplate Installation $]1, [Trip Charge $]1)
I'm hoping someone can assist me in totaling the values returned by the Checkbox IF function and by the other cells with values.
Thank you for any assistance that is available.
Best Answer
-
Remove the quotes from around your dollar values in your formulas. The quotes tell the system to set the values as text rather than numbers. The SUM function ignores text.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
Remove the quotes from around your dollar values in your formulas. The quotes tell the system to set the values as text rather than numbers. The SUM function ignores text.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Thank you, Jeff! Worked perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!