[EMAIL PROTECTED] wrote: > Hello again, > > Thanks a lot for help with charts :) > Next problem is there are some formulas on my sheet. > When I change any cell value then save new workbook the formulas exist but > don't recalculate after changes and they alter the old values.
This is a known bug. Avik has this been fixed? > I use Polish version of Excel and syntax of the formulas here are different > than in English > SUM(A4:A15) in English is translated to SUMA(A4:A15) > IF(...) is translated to JEZELI(...) > Can that cause problems? Unfortunately I have no idea. The formula parser expects english, so when you WRITE formulas you must write them in english. When it reads them out, they should also be in english. I would think it would be fine as long as they resolve to the same binary tokens. If they are different then that may be a problem. I'd be up to trying to help make this localizable once we've completed formula support, but would consider it unwise until then. -Andy > > Regards, > > Michal Langner > Informa sp. z o.o. > [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
