Description
The value of Condition.Comparison determines whether the value of a conditionally formatted cell will be compared with one or two other values, or if a formula will be evaluated for each cell.
Values
Name |
Description |
---|---|
FormulaEvaluation |
The condition's Formula1 property will be a |
CellValueBetween |
Conditional formatting will be applied if a cell's value is |
CellValueEqualTo |
Conditional formatting will be applied if a cell's value is |
CellValueGreaterThan |
Conditional formatting will be applied if a cell's value is greater than the |
CellValueGreaterThanOrEqualTo |
Conditional formatting will be applied if a cell's value is greater than or |
CellValueLessThan |
Conditional formatting will be applied if a cell's value is |
CellValueLessThanOrEqualTo |
Conditional formatting will be applied if a cell's value is less than or equal |
CellValueNotBetween |
Conditional formatting will be applied if a cell's value is |
CellValueNotEqualTo |
Conditional formatting will be applied if a cell's value is |