Hi there.
I have a pretty simple formula that is incorrectly calculating the sum of four columns. Depending on how I construct the formula, I'm getting two different values, but both are incorrect. I can't figure out the issue.
=SUM formula:
=SUM([Score: Has Start Date]@row, [Score: Has Delivery Date]@row, [Score: In Progress + Actuals Within 12 Wdays]@row, [Score: In Progress + Status Within 2 Months]@row)
I also tried to use plus signs instead of commas, but that actually produces a value of 0, rather than 60.
Screenshot:
What have I done wrong? I don't understand why it will not sum to 100.