简体   繁体   中英

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

In Google Sheets, I would like to highlight the max value in each row of a table.

I tried using conditional formatting, but without any success so far.

For each column do the following:

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

custom formula is:

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

0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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