使用条件公式查找最低值

To find lowest values using conditional formula

我想使用条件公式为列表中的最低值着色。如果值在同一行但在不同的列中,是否可能?如果是,突出显示最低值所在的单元格。

这是一个示例 sheet https://docs.google.com/spreadsheets/d/1oHG6XV4ztnArIzmjq2Ja05LHuv6u7eY6rRpDgSjMBi4/edit?usp=sharing

您可以随时向您想要的单元格添加条件格式:

转到 format => conditional formatting 然后设置为 color scale 并在 range、select 您要验证的单元格中

添加到您的 sheet 另一个 sheet 以及我在这里解释的内容

只突出显示最高的,然后选择 single color => custom formula => =A:A=MIN($A1:$H7)