如何根据列中的最大值突出显示行 (Excel)

How to Highlight Row Based on Maximum Value in Column (Excel)

我有从第 1 行到第 10 行的一系列数据。并且在 A 到 G 列中有不同的值。

如何根据 C 列中的最大值突出显示行?

对公式使用条件格式:

=$C1=MAX($C:$C)