Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/apache-kafka/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 如何突出显示表中每行的最高值?_Google Sheets_Google Sheets Formula_Gs Conditional Formatting - Fatal编程技术网

Google sheets 如何突出显示表中每行的最高值?

Google sheets 如何突出显示表中每行的最高值?,google-sheets,google-sheets-formula,gs-conditional-formatting,Google Sheets,Google Sheets Formula,Gs Conditional Formatting,在GoogleSheets中,我想突出显示表中每一行的最大值 我尝试使用条件格式,但到目前为止没有任何成功 对每列执行以下操作: 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

在GoogleSheets中,我想突出显示表中每一行的最大值


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

对每列执行以下操作:

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<>"")
=(A1=MAX($A1:$D1))*(A1“”)