Open slacie opened 7 years ago
looks to be missing a comma. Try:
=SUM(A1:D4,B2:C5)
http://sheet.cellmaster.com.au/examples_sum
Let me know if this works. Closing the issue.
It is not missing a comma @eddyparkinson do you have a copy of excel with you? =SUM(A1:D4 B2:C5)
with a space no comma means range intersection. If you have never used excel, https://support.office.com/en-us/article/Calculation-operators-and-precedence-in-Excel-48be406d-4975-4d31-b2b8-7af9e0e2878a explains all of the operators
Looks to be supported by excel, but not google or ods
Pull requests welcome Related code section: https://github.com/marcelklehr/socialcalc/blob/master/formula1.js#L152
Hello! I tryed formula that works in excel but not in ethercalc: =SUM(A1:D4 B2:C5) Try that in excel and here