Excel.ValueErrorCellValueSubType enum
Represents types of #VALUE! errors.
Remarks
Fields
| coerceStringToBoolInvalid = "CoerceStringToBoolInvalid" | An error caused by encountering a string where a boolean was expected, and that string not being coercible to a boolean. Displays as error type #VALUE! in Excel. |
| coerceStringToInvalidType = "CoerceStringToInvalidType" | An error caused by conversion of a string to a type other than a boolean or number. Displays as error type #VALUE! in Excel. |
| coerceStringToNumberInvalid = "CoerceStringToNumberInvalid" | An error caused by encountering a string where a number was expected, and that string not being coercible to a number. Displays as error type #VALUE! in Excel. |
| cRegexAlphaAssertionUnknown = "CRegexAlphaAssertionUnknown" | An error in the regex |
| cRegexBackslashCSyntax = "CRegexBackslashCSyntax" | An error in the regex |
| cRegexBackslashGSyntax = "CRegexBackslashGSyntax" | An error in the regex |
| cRegexBackslashKInLookaround = "CRegexBackslashKInLookaround" | An error in the regex |
| cRegexBackslashNInClass = "CRegexBackslashNInClass" | An error in the regex |
| cRegexBackslashOMissingBrace = "CRegexBackslashOMissingBrace" | An error in the regex |
| cRegexBackslashUCodePointTooBig = "CRegexBackslashUCodePointTooBig" | An error in the regex |
| cRegexBadRelativeReference = "CRegexBadRelativeReference" | An error in the regex |
| cRegexBadSubpatternReference = "CRegexBadSubpatternReference" | An error in the regex |
| cRegexCalloutBadStringDelimiter = "CRegexCalloutBadStringDelimiter" | An error in the regex |
| cRegexCalloutNoStringDelimiter = "CRegexCalloutNoStringDelimiter" | An error in the regex |
| cRegexCalloutNumberTooBig = "CRegexCalloutNumberTooBig" | An error in the regex |
| cRegexCalloutStringTooLong = "CRegexCalloutStringTooLong" | An error in the regex |
| cRegexClassInvalidRange = "CRegexClassInvalidRange" | An error in the regex |
| cRegexCodePointTooBig = "CRegexCodePointTooBig" | An error in the regex |
| cRegexConditionAtomicAssertionExpected = "CRegexConditionAtomicAssertionExpected" | An error in the regex |
| cRegexDefineTooManyBranches = "CRegexDefineTooManyBranches" | An error in the regex |
| cRegexDuplicateSubpatternName = "CRegexDuplicateSubpatternName" | An error in the regex |
| cRegexEndBackslash = "CRegexEndBackslash" | An error in the regex |
| cRegexEndBackslashC = "CRegexEndBackslashC" | An error in the regex |
| cRegexErrorGeneric = "CRegexErrorGeneric" | An error in the regex |
| cRegexEscapeInvalidInClass = "CRegexEscapeInvalidInClass" | An error in the regex |
| cRegexEscapeInvalidInVerb = "CRegexEscapeInvalidInVerb" | An error in the regex |
| cRegexInvalidAfterParensQuery = "CRegexInvalidAfterParensQuery" | An error in the regex |
| cRegexInvalidHexadecimal = "CRegexInvalidHexadecimal" | An error in the regex |
| cRegexInvalidHyphenInOptions = "CRegexInvalidHyphenInOptions" | An error in the regex |
| cRegexInvalidOctal = "CRegexInvalidOctal" | An error in the regex |
| cRegexInvalidSubpatternName = "CRegexInvalidSubpatternName" | An error in the regex |
| cRegexLookbehindNotFixedLength = "CRegexLookbehindNotFixedLength" | An error in the regex |
| cRegexLookbehindTooComplicated = "CRegexLookbehindTooComplicated" | An error in the regex |
| cRegexLookbehindTooLong = "CRegexLookbehindTooLong" | An error in the regex |
| cRegexMalformedUnicodeProperty = "CRegexMalformedUnicodeProperty" | An error in the regex |
| cRegexMarkMissingArgument = "CRegexMarkMissingArgument" | An error in the regex |
| cRegexMissingCalloutClosing = "CRegexMissingCalloutClosing" | An error in the regex |
| cRegexMissingClosingParenthesis = "CRegexMissingClosingParenthesis" | An error in the regex |
| cRegexMissingCommentClosing = "CRegexMissingCommentClosing" | An error in the regex |
| cRegexMissingConditionClosing = "CRegexMissingConditionClosing" | An error in the regex |
| cRegexMissingNameTerminator = "CRegexMissingNameTerminator" | An error in the regex |
| cRegexMissingOctalOrHexDigits = "CRegexMissingOctalOrHexDigits" | An error in the regex |
| cRegexMissingSquareBracket = "CRegexMissingSquareBracket" | An error in the regex |
| cRegexParensQueryRMissingClosing = "CRegexParensQueryRMissingClosing" | An error in the regex |
| cRegexParenthesesNestTooDeep = "CRegexParenthesesNestTooDeep" | An error in the regex |
| cRegexPatternStringTooLong = "CRegexPatternStringTooLong" | An error in the regex |
| cRegexPatternTooComplicated = "CRegexPatternTooComplicated" | An error in the regex |
| cRegexPatternTooLarge = "CRegexPatternTooLarge" | An error in the regex |
| cRegexPosixClassNotInClass = "CRegexPosixClassNotInClass" | An error in the regex |
| cRegexPosixNoSupportCollating = "CRegexPosixNoSupportCollating" | An error in the regex |
| cRegexQuantifierInvalid = "CRegexQuantifierInvalid" | An error in the regex |
| cRegexQuantifierOutOfOrder = "CRegexQuantifierOutOfOrder" | An error in the regex |
| cRegexQuantifierTooBig = "CRegexQuantifierTooBig" | An error in the regex |
| cRegexQueryBarjxNestTooDeep = "CRegexQueryBarjxNestTooDeep" | An error in the regex |
| cRegexSubpatternNameExpected = "CRegexSubpatternNameExpected" | An error in the regex |
| cRegexSubpatternNamesMismatch = "CRegexSubpatternNamesMismatch" | An error in the regex |
| cRegexSubpatternNameTooLong = "CRegexSubpatternNameTooLong" | An error in the regex |
| cRegexSubpatternNumberTooBig = "CRegexSubpatternNumberTooBig" | An error in the regex |
| cRegexTooManyCaptures = "CRegexTooManyCaptures" | An error in the regex |
| cRegexTooManyConditionBranches = "CRegexTooManyConditionBranches" | An error in the regex |
| cRegexTooManyNamedSubpatterns = "CRegexTooManyNamedSubpatterns" | An error in the regex |
| cRegexUnicodeDisallowedCodePoint = "CRegexUnicodeDisallowedCodePoint" | An error in the regex |
| cRegexUnicodePropertiesUnavailable = "CRegexUnicodePropertiesUnavailable" | An error in the regex |
| cRegexUnknownEscape = "CRegexUnknownEscape" | An error in the regex |
| cRegexUnknownPosixClass = "CRegexUnknownPosixClass" | An error in the regex |
| cRegexUnknownUnicodeProperty = "CRegexUnknownUnicodeProperty" | An error in the regex |
| cRegexUnmatchedClosingParenthesis = "CRegexUnmatchedClosingParenthesis" | An error in the regex |
| cRegexUnrecognizedAfterQueryP = "CRegexUnrecognizedAfterQueryP" | An error in the regex |
| cRegexUnsupportedEscapeSequence = "CRegexUnsupportedEscapeSequence" | An error in the regex |
| cRegexVerbNameTooLong = "CRegexVerbNameTooLong" | An error in the regex |
| cRegexVerbUnknown = "CRegexVerbUnknown" | An error in the regex |
| cRegexVersionConditionSyntax = "CRegexVersionConditionSyntax" | An error in the regex |
| cRegexZeroRelativeReference = "CRegexZeroRelativeReference" | An error in the regex |
| eRegexErrorGeneric = "ERegexErrorGeneric" | An unknown regex error occurred. Displays as error type #VALUE! in Excel. |
| eRegexNoCaptureGroups = "ERegexNoCaptureGroups" | No capture groups were found in the regex pattern. Displays as error type #VALUE! in Excel. |
| hlookupResultNotFound = "HlookupResultNotFound" | An error caused by HLOOKUP not finding its lookup_value parameter. Displays as error type #VALUE! in Excel. |
| hlookupRowIndexLessThanOne = "HlookupRowIndexLessThanOne" | An error caused by a row_index_num parameter of HLOOKUP of less than 1. Displays as error type #VALUE! in Excel. |
| imageFormulaInvalidAltText = "ImageFormulaInvalidAltText" | An error caused by a non-string |
| imageFormulaInvalidHeight = "ImageFormulaInvalidHeight" | An error caused by a non-numerical or invalid |
| imageFormulaInvalidImageFormat = "ImageFormulaInvalidImageFormat" | An error caused by an unsupported image formula. Displays as error type #VALUE! in Excel. |
| imageFormulaInvalidSizing = "ImageFormulaInvalidSizing" | An error caused by invalid size parameters to |
| imageFormulaInvalidSource = "ImageFormulaInvalidSource" | An error caused by a non-string |
| imageFormulaInvalidWidth = "ImageFormulaInvalidWidth" | An error caused by a non-numerical or invalid |
| imageFormulaNotEnoughArgs = "ImageFormulaNotEnoughArgs" | An error caused by too few arguments passed to |
| imageFormulaTooManyArgs = "ImageFormulaTooManyArgs" | An error caused by passing too many arguments to an |
| invalidCellValueTypeCoercion = "InvalidCellValueTypeCoercion" | An error caused by an argument with the wrong data type passed to a custom function. Displays as error type #VALUE! in Excel. |
| invalidImageUrl = "InvalidImageUrl" | An error caused by a |
| lambdaWrongParamCount = "LambdaWrongParamCount" | An error caused by passing the incorrect number of parameters to a lambda value. Displays as error type #VALUE! in Excel. |
| mRegexBadReplacement = "MRegexBadReplacement" | An error in regex match. Invalid replacement string. Displays as error type #VALUE! in Excel. |
| mRegexBadReplacementEscape = "MRegexBadReplacementEscape" | An error in regex match. There's an incorrect escape sequence in the replacement string. Displays as error type #VALUE! in Excel. |
| mRegexBadSubstitution = "MRegexBadSubstitution" | An error in regex match. There's an incorrect substitution in the replacement string. Displays as error type #VALUE! in Excel. |
| mRegexDepthLimit = "MRegexDepthLimit" | An error in regex match. Matching depth limit exceeded. Displays as error type #VALUE! in Excel. |
| mRegexErrorGeneric = "MRegexErrorGeneric" | An error in regex match. An unknown match error has occurred. Displays as error type #VALUE! in Excel. |
| mRegexMatchLimit = "MRegexMatchLimit" | An error in regex match. Match limit exceeded. Displays as error type #VALUE! in Excel. |
| mRegexNoSubstring = "MRegexNoSubstring" | An error in regex match. Unknown substring. Displays as error type #VALUE! in Excel. |
| mRegexRecursiveLoop = "MRegexRecursiveLoop" | An error in regex match. Recursive loop. Displays as error type #VALUE! in Excel. |
| mRegexReplacementMissingBrace = "MRegexReplacementMissingBrace" | An error in regex match. Expected closing curly bracket in replacement string. Displays as error type #VALUE! in Excel. |
| stockHistoryEndBeforeStart = "StockHistoryEndBeforeStart" | An error caused by passing an end_date parameter that precedes the start_date parameter to STOCKHISTORY. Displays as error type #VALUE! in Excel. |
| stockHistoryInvalidDate = "StockHistoryInvalidDate" | An error caused by passing an invalid date to STOCKHISTORY. Displays as error type #VALUE! in Excel. |
| stockHistoryInvalidEnum = "StockHistoryInvalidEnum" | An error caused by invalid interval or header parameters for STOCKHISTORY. Displays as error type #VALUE! in Excel. |
| stockHistoryNonTradingDays = "StockHistoryNonTradingDays" | An error caused by STOCKHISTORY having a date range which only contains days that don't have stock trading. Displays as error type #VALUE! in Excel. |
| stockHistoryNotAStock = "StockHistoryNotAStock" | An error caused by passing a stock parameter which is not a stock to STOCKHISTORY. Displays as error type #VALUE! in Excel. |
| stockHistoryNotFound = "StockHistoryNotFound" | An error caused by STOCKHISTORY not finding the history of the specified stock. Displays as error type #VALUE! in Excel. |
| stockHistoryOnlyDateRequested = "StockHistoryOnlyDateRequested" | An error caused by STOCKHISTORY parameters that request only the date and no other fields. Displays as error type #VALUE! in Excel. |
| stockHistoryStartInFuture = "StockHistoryStartInFuture" | An error caused by passing a future start_date parameter to STOCKHISTORY. Displays as error type #VALUE! in Excel. |
| subArrayStartColumnMissingEndColumnNot = "SubArrayStartColumnMissingEndColumnNot" | An error caused by SUBARRAY missing a start column. Displays as error type #VALUE! in Excel. |
| subArrayStartRowMissingEndRowNot = "SubArrayStartRowMissingEndRowNot" | An error caused by SUBARRAY missing a start row. Displays as error type #VALUE! in Excel. |
| translateStringTooLong = "TranslateStringTooLong" | An error caused by the |
| translateUnsupportedSrcLanguage = "TranslateUnsupportedSrcLanguage" | An error caused because the |
| translateUnsupportedTargetLanguage = "TranslateUnsupportedTargetLanguage" | An error caused because the |
| unknown = "Unknown" | An unknown type of error. Displays as error type #VALUE! in Excel. |
| vlookupColumnIndexLessThanOne = "VlookupColumnIndexLessThanOne" | An error caused by a column_index_num parameter of VLOOKUP of less than 1. Displays as error type #VALUE! in Excel. |
| vlookupResultNotFound = "VlookupResultNotFound" | An error caused by VLOOKUP not finding its lookup_value parameter. Displays as error type #VALUE! in Excel. |