I have a file with two sheets.
So the cells X and Y are on SheetA, the data range to select from is on SheetB.
SheetA has an elaborate setup of sumifs, all in the form of
“addup all values from the data range on SheetB in column 6 if in col1 there is the same value as in SheetA’s cellX and in col2 there is the same value as in SheetA’s cellY”
Some of the values referred will only exist later in time, as this is essentially a monthly report and I have already prepared all months of the year even if these are not present at the moment.
Now every few months I insert rows I have copied from another (excel) sheet into my data range on SheetB. I modify my data range to include the new rows, I refresh it - but it seems all connection to SheetA is broken now. The cells who are supposed to work for “this month” won’t add up the values from the newly inserted lines of data.
I have, last time I encountered this, expanded my range by some lines. When I now put some made-up data into these already included, but previously empty lines, my old sums won’t update either. But changing already existing values will change the corresponding sumifs-sum on SheetA.
I have also tried to work around this bug by not referencing the data range by name, but by row numbers - tough luck, doesn’t work either.
In fact, even if I download the corresponding example from the official help (function_ifs.ods) and change some of the values there, the sumifs of that example won’t update either, which makes me think it’s something in the preferences that “loses” this functionality after each save, or better each reopening.
Thanks for helping.