简体   繁体   English

如何使用条件格式比较两列

[英]How to use conditional formatting to compare two columns

Here is a very simple conditional formatting problem although I cannot see what I am doing wrong.这是一个非常简单的条件格式问题,尽管我看不出我做错了什么。

I want the cells in column E to be green if they have a greater value within than the cells in column C and red if vice versa.如果 E 列中的单元格的值大于C列中的单元格,我希望E列中的单元格为绿色,反之亦然。 What am I missing我错过了什么

比较表

It is only looking specifically at cells C1000 and E1000, try $C2>$E2 and $E2>=$C2 to make the formula portable它只专门查看单元格 C1000 和 E1000,尝试 $C2>$E2 和 $E2>=$C2 使公式可移植

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM