Now I noticed a problem in the operation of the column formula :'(Try to calculate the page and look at the value of the cells (0,1)(0,2)(0,3)
You mean the circular reference? This is because you have COL(A1) in cell A1. I know in Excel this works, but in fpspreadsheet it does not. Use COL(A2) instead.
The updated ccr version yields the same results as when I copy the cells directly in Excel.
Unless you are talking of something else I cannot reproduce this. See attachment. File 41.xlsx is your initial file, file 41-wp was written by fpspreadsheet, file 41-excel was written by Excel 2016 after manually performing the copy operations mentioned in the project code. In both files 41-wp and 41-excel the result cells display the same content.
I don't see the attached file. You forgot to add it
Try commit r9384
SUMIFS BUG SUMIFS now returns the following:Cell(I2) = 0Cell(I3) = 0Cell(I4) = 0Cell(I5) = 0SUMIFS should be:Cell(I2) = 2Cell(I3) = 1Cell(I4) = 2Cell(I5) = 1I think that the search for the value is not happening correctly
Cannot reproduce this.