Excel:为什么空白单元格的值为零? [英] Excel: why the value of a blank cell is zero?

查看:1160
本文介绍了Excel:为什么空白单元格的值为零?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设有一个空的Excel工作表.在B1单元格中输入公式"= A1". B1的值为0.

Suppose there is an empty excel sheet. Enter formula "=A1" into the B1 cell. The value of B1 would be 0.

我的问题是:为什么在引用一个空单元格A1时B1的值变为零? Excel的任何基本原理都是这种方式吗?

My question is: why the value of B1 becomes zero when referring to an empty cell A1? Any rationales Excel behaves this way?

谢谢.

推荐答案

这是因为 B1 中的公式返回单元格的 A1.

That is because the formula in B1 returns the value of cell A1.

Excel将值0分配给空白单元格.

Excel assigns the value 0 to a blank cell.

要区分0与空白,请在 B1 中输入:

To distinguish 0 from blank, in B1 enter:

=IF(A1="","",A1)

这篇关于Excel:为什么空白单元格的值为零?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆