On Google Spreadsheet, I have several calculations based on data parsed by the importXML function. If the import function doesn't find any data, then many of my calculations are not working because of DIV/0 errors. Which is normal and fine.
But, when the import function find data and update the data sheet, it seems that some division are not "updated" and stay stuck on the DIV/0 error, even though the denominator is no longer zero. In fact, I have even cases where the cell with a division is well updated but a dependant cell, without any division, shows a DIV/0 error.
After a couple of long seconds, it usually correct itself.
I would like to avoid these errors or force Spreadsheet to immediatly recalculate, eventually by a function.
Thanks for reading,
Bkyn