Excel displays #Value! when regional setting changed to non-english

。_饼干妹妹 提交于 2019-12-11 08:00:04

问题


I just came cross an issue where Excel would display #Value! when regional setting was set to non-English format. (Control Panel-> Region and Language-> Pick Non-English Format from the list)

It's fine if user selects English. All the UDF results will come through and get displayed correctly in the cells. It just wouldn't work for non-English ones.

I have had a look at some of possible solutions online, like these ones: http://support.microsoft.com/kb/320369
http://msdn.microsoft.com/en-us/library/aa168494(v=office.11).aspx

So I did what's suggested, but still no luck. Excel always gives me #Value!. Has anyone here had similar issue like this before? Any better solutions? Thanks.


回答1:


change commas , in your formulas to semicolons ; - or whatever List separator is specified in your Region and Language > Additional settings...



来源:https://stackoverflow.com/questions/9527024/excel-displays-value-when-regional-setting-changed-to-non-english

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!