Referencing and other sheet with SUMIFS

Referencing and other sheet with SUMIFS


Hi there,

I'm unable to get the following code to work properly on zoho sheet. It works perfect on excel. But something about the pasting the formula to sheets is not working.

=SUMIFS(Sheet1!I:I,Sheet1!J:J,">"&TODAY()-1)-SUMIFS(Sheet1!I:I,Sheet1!J:J,">"&TODAY())

I tried using the "dot" instead of exclamation. But, it seems like this not reading.

=SUMIFS(Sheet1.I:I,Sheet1.J:J,">"&TODAY()-1)-SUMIFS(Sheet1.I:I,Sheet1.J:J,">"&TODAY())

Also, I tried specifying the cells on the same sheet. Didn't work:

=SUMIFS(I1:I100,J1:J100,">"&TODAY()-1)-SUMIFS(I1:I100,J1:J100,">"&TODAY())

Also, I tried removing all formatting when pasting into formula bar or into cell.


Do you know why I can't get it to work? I tried uploading as xls and xlsx.

Thanks,
Chad