Excel does not accept any formula

别等时光非礼了梦想. 提交于 2020-03-24 11:10:22

问题


I need to write a formula in Excel to look up specific words and write a string into a field depending on them. However, after first tries I realized that every formula I entered is displayed as false. So I even tried the most simple ones as:

=SUM(H20, B11)

But still, it causes syntax errors. Is something wrong with my Excel? Here is a screenshot of the error that always shows up:


回答1:


Settings in Excel are important, because they affect functions.

Anyways, the easiest way to know what kind of separator you need when using functions in formula, is looking at the little floating help window Excel shows when using a function.

This works in any Excel version. When you type the complete name of a function, Excel shows a little help window explaining how to use the formula:

As you can see in the image, the semicolon is shown as separator. Depending of how Excel has been set up, this could be a different char, but you could see it in this floating help in any case :)



来源:https://stackoverflow.com/questions/59857790/excel-does-not-accept-any-formula

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