Forum Discussion
gedijorge
Dec 03, 2022Copper Contributor
SUMIF does not calculate
Hi, I need your help. Same data, same formula. Microsoft won't calculate (prints puncture line around the cell), google sheets calculates (right screenshot). Why?
- Dec 03, 2022
Do you use a different decimal separator in the "problem" version? Try
=SUMIF(A1:A4;">0")
with ; instead of ,
gedijorge
Dec 03, 2022Copper Contributor
HansVogelaar
Dec 03, 2022MVP
Do you use a different decimal separator in the "problem" version? Try
=SUMIF(A1:A4;">0")
with ; instead of ,
- gedijorgeDec 03, 2022Copper Contributor