gpt4 book ai didi

Excel If, If Then 颜色单元格语句

转载 作者:行者123 更新时间:2023-12-04 22:00:40 25 4
gpt4 key购买 nike

嗨,我有以下简单的 Excel 电子表格:

enter image description here

如果单元格 a1 > 0 并且单元格 c1 < .8,我想将单元格 c1 着色为红色?

我一直在尝试条件格式,但不认为它具有所需的功能。我也尝试过自己的功能,但由于我是新手,我会很感激一些帮助吗?

最佳答案

突出显示您的 C 列并使用以下内容:

=AND(A1>0, C1<0.8)

enter image description here

给我:

enter image description here

关于Excel If, If Then 颜色单元格语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35468483/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com