I’m working on an Excel 2000 (SR1a) spreadsheet. The file is about 198K. I define a short formula, fill the formula down about 700 rows, save the file, and the file becomes over 3meg! Subsequent formula additions continue to cause the file size to balloon. Of course I expect the file to grow, but it should not be anywhere near that much… Is there a known bug with formula autofill or something like that? I couldn’t find anything in the KB, but If there is such a bug, is there a known workaround so that I can fill the formulas I need without having my file balloon to over 50meg?
I’ve tried several different formulas added to the 198K file and they all seem to cause problems. One example is
=IF(($B2=0)*($A20), IF(ISNUMBER($I1), $I1 + 1, 1), “”)
which as you can see is not very long at all… I haven’t tried placing each formula individually or doing fills of less than 700 rows. Would either of these be helpful?
Thanks
Andy