I found out that if I make cell {formula: "SUM(A1+A2)"} it works perfect, but with round function it gives ERR:508 on cell {formula: "ROUND(SUM(A1+A2); 2)"}. It drove me nuts.
{formula: "SUM(A1+A2)"}
{formula: "ROUND(SUM(A1+A2); 2)"}
seems to work with comma separator {formula: 'ROUND(SUM(B2+1.11111),2)'}
{formula: 'ROUND(SUM(B2+1.11111),2)'}
Same here.. Not only ROUND. The problem is that every nested formula returns ERR:508. Any suggestions?
Same here, any news on this?
Most helpful comment
seems to work with comma separator
{formula: 'ROUND(SUM(B2+1.11111),2)'}