Error in evaluating SUM formula with multiple grouped arguments #1950
Replies: 1 comment
-
It's because the parser assumes that a bracket means one of two things:
In this case, it's neither. The brackets for the SUM() function are the outer brackets, the inner brackets have no context that the parser can recognise. For interest, MS Excel will allow you to use such an expression using cell references (e.g. |
Beta Was this translation helpful? Give feedback.
-
I am getting this error:
Formula Error: Unexpected ,
when evaluating
=SUM((A1,A2),(B1,B2))
In Excel, the formula works fine. Any idea why this can't be handled?
Beta Was this translation helpful? Give feedback.
All reactions