Field Summary | ||
---|---|---|
const Number | CELL_VALUE | |
This conditional formatting rule compares a cell value to a formula calculated result, using an operator. | ||
const Number | EXPRESSION | |
This conditional formatting rule contains a formula to evaluate. When the formula result is true, the cell is highlighted. | ||
const Number | COLOR_SCALE | |
This conditional formatting rule creates a gradated color scale on the cells. | ||
const Number | DATA_BAR | |
This conditional formatting rule displays a gradated data bar in the range of cells. | ||
const Number | ICON_SET | |
This conditional formatting rule applies icons to cells according to their values. | ||
const Number | TOP_10 | |
This conditional formatting rule highlights cells whose values fall in the top N or bottom N bracket, as specified. | ||
const Number | UNIQUE_VALUES | |
This conditional formatting rule highlights unique values in the range. | ||
const Number | DUPLICATE_VALUES | |
This conditional formatting rule highlights duplicated values. | ||
const Number | CONTAINS_TEXT | |
This conditional formatting rule highlights cells containing given text. Equivalent to using the SEARCH() sheet function to determine whether the cell contains the text. | ||
const Number | NOT_CONTAINS_TEXT | |
This conditional formatting rule highlights cells that are not blank. Equivalent of using LEN(TRIM()). This means that if the cell contains only characters that TRIM() would remove, then it is considered blank. An empty cell is also considered blank. | ||
const Number | BEGINS_WITH | |
This conditional formatting rule highlights cells in the range that begin with the given text. Equivalent to using the LEFT() sheet function and comparing values. | ||
const Number | ENDS_WITH | |
This conditional formatting rule highlights cells ending with given text. Equivalent to using the RIGHT() sheet function and comparing values. | ||
const Number | CONTAINS_BLANKS | |
This conditional formatting rule highlights cells that are completely blank. Equivalent of using LEN(TRIM()). This means that if the cell contains only characters that TRIM() would remove, then it is considered blank. An empty cell is also considered blank. | ||
const Number | NOT_CONTAINS_BLANKS | |
This conditional formatting rule highlights cells that are not blank. Equivalent of using LEN(TRIM()). This means that if the cell contains only characters that TRIM() would remove, then it is considered blank. An empty cell is also considered blank. | ||
const Number | CONTAINS_ERRORS | |
This conditional formatting rule highlights cells with formula errors. Equivalent to using ISERROR() sheet function to determine if there is a formula error. | ||
const Number | NOT_CONTAINS_ERRORS | |
This conditional formatting rule highlights cells without formula errors. Equivalent to using ISERROR() sheet function to determine if there is a formula error. | ||
const Number | TIME_PERIOD | |
This conditional formatting rule highlights cells containing dates in the specified time period. The underlying value of the cell is evaluated, therefore the cell does not need to be formatted as a date to be evaluated. For example, with a cell containing the value 38913 the conditional format shall be applied if the rule requires a value of 7/14/2006. | ||
const Number | ABOVE_AVERAGE | |
This conditional formatting rule highlights cells that are above or below the average for all values in the range. |
Field Detail |
---|
CELL_VALUE | |
const Number CELL_VALUE |
EXPRESSION | |
const Number EXPRESSION |
COLOR_SCALE | |
const Number COLOR_SCALE |
DATA_BAR | |
const Number DATA_BAR |
ICON_SET | |
const Number ICON_SET |
TOP_10 | |
const Number TOP_10 |
UNIQUE_VALUES | |
const Number UNIQUE_VALUES |
DUPLICATE_VALUES | |
const Number DUPLICATE_VALUES |
CONTAINS_TEXT | |
const Number CONTAINS_TEXT |
NOT_CONTAINS_TEXT | |
const Number NOT_CONTAINS_TEXT |
BEGINS_WITH | |
const Number BEGINS_WITH |
ENDS_WITH | |
const Number ENDS_WITH |
CONTAINS_BLANKS | |
const Number CONTAINS_BLANKS |
NOT_CONTAINS_BLANKS | |
const Number NOT_CONTAINS_BLANKS |
CONTAINS_ERRORS | |
const Number CONTAINS_ERRORS |
NOT_CONTAINS_ERRORS | |
const Number NOT_CONTAINS_ERRORS |
TIME_PERIOD | |
const Number TIME_PERIOD |
ABOVE_AVERAGE | |
const Number ABOVE_AVERAGE |