繁体   English   中英

如何在表格的每一行中突出显示最高值?

[英]How can I highlight the highest value in each row of a table?

在Google表格中,我要突出显示表格每一行中的最大值。

我尝试使用条件格式,但到目前为止没有成功。

对于每一列,请执行以下操作:

1) Select column or range (say it is A)
2) Select conditional formatting
3) Select in "Format rules" "custom formula is"
4) Enter the formula: =A1=MAX(A$1:A$6)

Here A1 - starting cell
A6 - ending cell

自定义公式为:

=(A1=MAX($A1:$D1))*(A1<>"")

0

暂无
暂无

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

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