I am trying to use SUM to add the values from multiple cells in that were populated by an IF formula
I am trying to use SUM to add the values from multiple cells in that were populated by an IF formula.
Example of 2 IF formulas: =IF([Member 2 Registration Type]@row = "Golf & Dinner - General Public", "135") and =IF([Member 2 Registration Type]@row = "Dinner Only", "60")
The IF formulas are working as they should and are populating the cell.
In another cell, I am trying to sum the 135 and 60 that were generated from the IF formula, but I do not believe it is recognizing the "135" and "60" as numerical values.
Is there any ways to fix this?
Best Answer
-
Thanks! That worked!
Answers
-
I had the same issue, all I had to do was remove the " " quotation marks around the numbers (see below) that way Smartsheet will treat the value as a number instead of a text allowing you to sum the column correctly.
=IF([Member 2 Registration Type]@row = "Golf & Dinner - General Public", 135) and =IF([Member 2 Registration Type]@row = "Dinner Only", 60)
-
Thanks! That worked!
Help Article Resources
Categories
Check out the Formula Handbook template!