Field Summary | ||
---|---|---|
const Number | EVALUATION_ERROR | |
Ignore errors when cells contain formulas that result in an error.
|
||
const Number | CALC | |
const Number | EMPTY_CELL_REF | |
Ignore errors when formulas refer to empty cells.
|
||
const Number | NUMBER_STORED_AS_TEXT | |
Ignore errors when numbers are formatted as text or are preceded by an apostrophe
|
||
const Number | TEXT_NUMBER | |
Ignore errors when numbers are formatted as text or are preceded by an apostrophe
|
||
const Number | INCONSIST_RANGE | |
Ignore errors when formulas omit certain cells in a region.
|
||
const Number | INCONSIST_FORMULA | |
Ignore errors when a formula in a region of your worksheet differs from other formulas in the same region.
|
||
const Number | TWO_DIGIT_TEXT_YEAR | |
Ignore errors when formulas contain text formatted cells with years represented as 2 digits.
|
||
const Number | TEXT_DATE | |
Ignore errors when formulas contain text formatted cells with years represented as 2 digits.
|
||
const Number | UNLOCKED_FORMULA | |
Ignore errors when unlocked cells contain formulas.
|
||
const Number | UNPROCTED_FORMULA | |
Ignore errors when unlocked cells contain formulas.
|
||
const Number | TABLE_DATA_VALIDATION | |
Ignore errors when a cell's value in a Table does not comply with the Data Validation rules specified.
|
||
const Number | VALIDATION | |
Ignore errors when a cell's value in a Table does not comply with the Data Validation rules specified.
|
||
const Number | CALCULATED_COLUMN | |
Ignore errors when cells contain a value different from a calculated column formula.
|
const Number EVALUATION_ERROR
const Number CALC
const Number EMPTY_CELL_REF
const Number NUMBER_STORED_AS_TEXT
const Number TEXT_NUMBER
const Number INCONSIST_RANGE
const Number INCONSIST_FORMULA
const Number TWO_DIGIT_TEXT_YEAR
const Number TEXT_DATE
const Number UNLOCKED_FORMULA
const Number UNPROCTED_FORMULA
const Number TABLE_DATA_VALIDATION
const Number VALIDATION
const Number CALCULATED_COLUMN