可以使用条件格式来更改内容而不仅仅是单元格的格式吗?

Possible to use Conditional Formatting to change contents and not only the format of the cell?

我想使用条件格式应用以下规则:

=IF($A1>1;NA();$A1) 

当单元格大于 100% 时,该值应更改为 #NA。

应用以下规则:

Conditional Formatting => New Rule... => Use a formula to determine which cells to format => Format values where this formula is true:

没有产生所需的输出。

是否可以通过其他方式使用条件格式实现所需的输出?

使用另一列中的公式并引用它不是一种选择。

=$a1>1 时,使用 CFR 更改为自定义数字格式 \#\N\/\A 可以更改您在工作表上看到的内容。这不会改变实际的单元格值;只有你看到的。