From The Document Foundation Wiki
- Главная
- Разработка
- Дизайн
- QA
- События
- Документация
- Сайт
- Локализация
- Accessibility
- Маркетинг
- Diversity
- Wiki справка
- Документация
- Публикации
- Сторонняя документация
- ЧаВо
- HowTo
- Macros
- Документация для разработчиков
- Главная
- Общие
- Writer
- Calc
- Impress
- Draw
- Math
- Base
Что означают коды ошибок (Err: NNN ) в электронных таблицах LibreOffice?
Код ошибки | Текст | Описание |
---|---|---|
#### | any | Ячейка недостаточно большая для отображения всего содержимого. См. Как просмотреть содержимое ячейки, в которой отображается ###. |
501 | Invalid character | Не верный символ для этого контекста. Например:=1¤2 вместо =1E2. |
502 | Invalid argument | Аргумент функции имеет неправильное (недопустимое) значение. Например: отрицательное значение для функции извлечения корня. |
503 #NUM ! |
Incorrect floating point operation | Результат вычисления находится вне определенного диапазона значений. |
504 | Error in parameter list | Параметр функции имеет неверный тип. Например: текст вместо числа или ссылка на диапазон ячеек вместо ссылки на одну ячейку |
505 | Internal syntax error | Не используется |
506 | Incorrect decimal point | Не используется |
507 | Error : missing pair | Не используется |
508 | Error : missing pair | Закрывающая скобка без открывающей скобки или пропавшая закрывающая скобка в середине формулы (отсутствующая скобка в конце формулы добавляется автоматически). |
509 | Missing operator | Отсутствует оператор. Например: в формуле =2(3+4) отсутствует математический оператор (*, /, + или -) между цифрой «2» и открывающей скобкой «(«. |
510 | Missing variable | Недостающая переменная. Два оператора, где второй не является унарным оператором, следуют друг за другом. Например: =1+*2. |
511 | Missing variable | Недостающая переменная. Функция требует большего количества переменных, чем указано. Например: для операторов AND() и OR() не указаны параметры. |
512 | Formula too long | В компиляторе: это относится к внутреннему числу битов (512 максимум), которое не имеет ничего общего с длиной символьной строки в формуле, но зависит от количества операторов, переменных, скобок и т.д. в формуле. В интерпретаторе: формулы, которые генерируют слишком много матриц сразу (150 максимум) и основные функции, которые получают в качестве параметров массив, который слишком велик (OxFFE максимум в 65534 октета). |
513 | Character string too long | В компиляторе: идентификатор в формуле содержит более 255 символов. В интерпретаторе: результат операции над строкой символов содержит более 255 знаков. |
514 | Internal capacity exceeded | Операции сортировки со слишком большим количеством данных (максимум доступно 100 000) или данные, которые превышают стек вычислений |
515 | Internal syntax error | Не используется |
516 | Internal syntax error | Стек расчета должен содержать матрицу, но её не существует. |
517 | Internal syntax error | Неизвестный код операции. Например: документ, содержащий новую функцию, открыт в старой версии программного обеспечения, которая не содержит эту её. |
518 | Internal syntax error | Переменная должна появиться из стека вычислений, но её там нет. |
519 #VALUE ! | No result | Функция не может поставить значение, соответствующее определению, или одна из ячеек, на которую ссылается формула, содержит текст вместо числа |
520 | Internal syntax error | Компилятор сгенерировал код, который не может быть интерпретирован. |
521 | Internal syntax error | Нет результата в стеке вычисления. |
522 | Circular reference | Формула делает прямую или косвенную ссылку на саму себя и в меню Сервис ▸ Параметры ▸ LibreOffice Calc ▸ Вычисления не были активированы итерации. |
523 | The calculation does not converge | Статистические (финансовые) функции стремятся к заданному значению, но не достигают его, или итерация ссылок в цикле не достигает минимального изменения в рамках определенных шагом максимальных |
524 #REF ! |
Incorrect reference | В компиляторе: заголовки строк или столбцов не обнаружены. В интерпретаторе: формула ссылается на ячейку, столбец, строка или таблица которой были удалены или не входили в таблицу. |
525 #NAME ? |
Incorrect name | В компиляторе: система не может активировать идентификатор (нет ссылки, имени секции, заголовка строки или столбца, макроса, и так далее). В интерпретаторе: то же самое в течение всего периода выполнения. Например: функция Basic или надстройка недоступны. |
526 | Internal syntax error | Это уже не используется, но может произойти в старых документах, если результатом формулы был диапазон. |
527 | Internal capacity exceeded | В интерпретаторе: Чрезмерная вложенность ссылок (ячейка ссылается на ячейку, которая ссылается на ячейку, которая ссылается на ячейку и т.д.). |
532 #DIV/0 ! |
Division by zero | Оператор делений «/», где знаменатель равен «0» Другие функции могут возвращать эту ошибку. Например: VAR.P с менее чем 1 аргументом ECARTYPEP менее чем 1 аргументом VAR менее чем 2 аргументами ECARTYPE менее чем 2 аргументами CENTREE.REDUITE с ECARTYPE=0 LOI.NORMALE с ECARTYPE=0 |
ТИПОШИБКИ Cell display
ТИП.ОШИБКИ |
Code | Status Bar Message | Explanation of the error (Example) |
---|---|---|---|
(None)
### |
The column is too narrow to display the complete formatted contents of the cell. |
||
(None) #FMT |
This value is outside of the valid limits for this number format. |
||
32767 #Н/Д 7 |
NotAvailable | Value not available |
A result for the formula expression is not available. |
501 | IllegalChar | Invalid character |
Invalid character in formula. |
502 | IllegalArgument | Invalid argument |
An argument of a function has an invalid value. |
503 #ЧИСЛО! 6 |
IllegalFPOperation | Invalid numeric value |
Invalid floating point operation. |
504 | IllegalParameter | Error in parameter list |
The type of a parameter of a function is invalid. |
505 | Internal syntax error |
Not configured. |
|
506 | Invalid decimal separator |
Not configured. |
|
507 | Pair | Pair missing |
Missing bracket or parenthesis. |
508 | PairExpected | In bracketing |
Missing bracket or parenthesis. |
509 | OperatorExpected | Operator missing |
Example: |
510 | VariableExpected | Variable missing |
Two operators, where the second is not a unitary operator, follow each other. |
511
|
ParameterExpected | Variable missing |
The function requires more variables than those provided. |
512 | CodeOverflow | Formula overflow |
Formula too long. |
513
|
StringOverflow | String overflow |
Character string too long. |
514 | StackOverflow | Internal overflow |
Internal capacity exceeded. |
515 | UnknownState | Internal syntax error |
Unknown error. |
516 | UnknownVariable | Internal syntax error |
Matrix is expected on the calculation stack, but it is not available. |
517 | UnknownOpCode | Internal syntax error |
Unknown operation code. |
518
|
UnknownStackVariable | Internal syntax error |
Variable not available. |
519 #ЗНАЧ! 3 |
NoValue | No value |
No valid result is possible. |
520 | UnknownToken | Internal syntactical error |
The compiler has generated a code which it cannot interpret. |
521 #NULL! 1 (LO > 7.6) |
NoCode | No code or (no) intersection |
No code or no intersection |
522
|
CircularReference | Circular reference |
A formula refers directly or indirectly to itself and the Iterations option is not activated under |
523 | NoConvergence | Calculation does not converge |
The calculation procedure does not converge. |
524 #ССЫЛ! 4 |
NoRef | Not a valid reference |
Compiler: a row or column heading could not be detected. |
525 #ИМЯ? 5 |
NoName | Invalid name |
An identifier could not be evaluated: no valid reference, no valid function name, no column/row label, no macro, incorrect decimal separator, add-in not found. |
526
|
Internal syntax error |
Obsolete, no longer used; |
|
527 | Internal overflow |
Internal capacity exceeded. |
|
528 |
Not used. |
||
529 | CellNoValue |
Interpreter, internal: no numeric value but numeric queried. |
|
530 #ADDIN? |
NoAddin | Add-in not found |
Add-In not found. |
531 #MACRO? |
NoMacro | Macro not found |
Macro not available / not found. |
532 #ДЕЛ/0! 2 |
DivisionByZero | Division by zero |
The denominator of a division operation («
|
533 | NestedArray | Nested arrays are not supported. |
Example: |
534 | NotNumericString |
Interpreter, internal: no numeric value but numeric queried. |
|
535 | JumpMatHasResult |
Interpreter, internal: jump matrix already has a result at this position. |
|
536 | ElementNaN |
Interpreter, internal: (matrix) element is not a numeric value. |
|
537 | RetryCircular |
Internal: keep dirty, retry interpreting next round. |
|
538 | MatrixSize | Array or matrix size |
Invalid size of Array. |
539 | BadArrayContent | Unsupported inline array content |
Bad inline array content, non-value/non-string. |
540 | LinkFormulaNeedingCheck | External content disabled |
A function that requires (re)loading of external sources is encountered and the user has not confirmed reloading of external sources yet. |
ТИПОШИБКИ Cell display
ТИП.ОШИБКИ |
Code | Status Bar Message | Explanation of the error (Example) |
A reference list of LibreOffice Calc error codes with explanations.
LibreOffice Calc offers feedback for errors, including miscalculations, improper function usage, invalid cell references or values, and other user mistakes. Depending on the specific error, this feedback can be shown within the cell itself, on the status bar, or even both.
Generally, the error message is displayed on the status bar if the error happens in the currently selected cell or the cell where the cursor is located.
Error codes for Cells
###
- Code: None
- Explanation: The column is too narrow to display the complete formatted contents of the cell. This is not really an error value, so there is no corresponding numerical error code. The solutions to this problem are to increase the width of the column. or select Format → Cells → Alignment and click either Wrap text automatically or Shrink to fit cell size to make the text match the current column width.
Err502
- Code: 502
- Explanation: The function argument is invalid, or the DGET function finds more than one matching cell.
#NUM!
- Code: 503
- Explanation: A calculation resulted in an overflow of the defined value range.
#VALUE
- Code: 519
- Explanation: The formula within the cell returns a value that does not correspond to the definition of the formula or functions used. This error could also mean that the cell referenced by the formula contains text
instead of a number.
#REF!
- Code: 524
- Explanation: The formula within the cell uses a reference that does not exist. Either a column or row description name could not be resolved, or the column, row, or sheet that contains a referenced cell is missing.
#NAME?
- Code: 525
- Explanation: An identifier could not be evaluated: no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found. For example, entering in a cell =sum(bob*5) where there is no cell named “bob” or containing the text “bob” generates this error.
#DIV/0!
- Code: 532
- Explanation: Division operator / if the denominator is 0.
General Error Codes
Error code | Error message | Error description |
501 | Invalid character | Character in a formula is not valid. This error is the same as the Invalid Name error (525) except that it occurs within a formula. The cell containing the error will display the #NAME? error reference. |
502 | Invalid argument | Function argument is not valid; for example, a negative number for the root function. This error also occurs if more than one matching cell is found by the DGET function. |
503 | Invalid floating point operation (cell displays #NUM!) |
Division by 0, or another calculation that results in an overflow of the defined value range (a value too big or too Small). |
504 | Parameter list error | Function parameter is not valid; for example, text instead of a number, or a domain reference instead of a cell reference. |
505 | Internal syntax error | |
506 | Invalid semicolon | |
507 | Pair missing | |
508 | Pair missing | Missing bracket or parenthesis; for example, closing brackets but no opening brackets. |
509 | Missing operator | Operator is missing; for example, “=2(3+4) * “, where the operator between “2” and “(” is Missing. |
510 | Missing variable | Variable is missing; for example, when two operators are Together “=1+*2”. |
511 | Missing variable | Function requires more variables than are provided; for example, AND() and OR(). |
512 | Formula overflow | The total number of internal tokens (that is, operators, variables, brackets) in the formula exceeds 512, or the total number of matrices the formula creates exceeds 150. This includes basic functions that receive too large an array as a Parameter. |
513 | String overflow | An identifier in the formula exceeds 64 KB in size, or a result of a string operation exceeds 64 KB in size. |
514 | Internal overflow | Sort operation attempted on too much numerical data (max. 100000) or a calculation stack overflow. |
515 | Internal syntax error | Not used |
516 | Internal syntax error | Matrix is expected on the calculation stack, but is not Available. |
517 | Internal syntax error | Unknown error; for example, a document with a newer function is loaded in an older version of Calc that does not contain the function. |
518 | Internal syntax error | Variable is not available. |
519 | No result (cell displays #VALUE) |
Formula yields a value that does not correspond to the definition, or a cell that is referenced in the formula contains text instead of a number. |
520 | Internal syntax error | Compiler creates an unknown compiler code. |
521 | Internal syntax error | No result |
522 | Circular reference | Formula refers directly or indirectly to itself and the Iterations option is not selected under Tools → Options → LibreOffice Calc → Calculate. |
523 | The calculation procedure does not Converge |
Financial statistics function missed a targeted value, or iterations of circular references do not reach the minimum change within the maximum steps that are set. |
524 | Invalid references (cell displays #REF!) |
A column or row description name could not be resolved, or the column, row, or sheet that contains a referenced cell is Missing. |
525 | Invalid names (cell displays #NAME?) |
An identifier could not be evaluated; for example, no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found. |
526 | Internal syntax error | Obsolete, no longer used, but could come from old documents if the result is a formula from a domain. |
527 | Internal overflow | References, such as when a cell references a cell, are too encapsulated or deeply nested. This is an internal error and should not be displayed in LibreOffice. |
528 to 531 | None | Not used |
532 | Division by zero | Division operator / if the denominator is 0. Some more functions return this error; for example: VARP with less than 1 argument STDEVP with less than 1 argument VAR with less than 2 arguments STDEV with less than 2 arguments STANDARDIZE with stdev=0 NORMDIST with stdev=0 |
Closing Notes
I hope you find the explanation for the LibreOffice Calc error for your spreadsheet and able to resolve it.
Related
From Apache OpenOffice Wiki
Jump to: navigation, search
Error Code | Cleartext | Explanation |
---|---|---|
501 | Invalid character | The error is a character that is invalid in this context,
e.g. =1Eq instead of =1E2. |
502 | Invalid argument | A function argument has an invalid value, e.g. a negative number for the root function. |
503 | Invalid floating point operation | Division by 0 or other calculation that would result in an overflow of the defined value range. |
504 | Parmeter list error | A function parameter is an invalid type, e.g. text instead of number, or domain reference instead of cell reference. |
505 | Internal syntax error | |
506 | Invalid semicolon | |
507 | Error: Pair missing | |
508 | Error: Pair missing | For example, closing parenthesis without opening parenthesis
or missing closing parenthesis in the middle of the formula (missing closing parenthesis at the end of a formula is added automatically). |
509 | Missing operator | E.g. =2(3+4) * operator missing between the 2 and the (. |
510 | Missing variable | Two operators in a row, e.g. =1+*2. |
511 | Missing variable | The function requires more variables than are provided, e.g. AND() and OR() without parameter. |
512 | Formula overflow | Compiler: as the name indicates, the internal number of
tokens as a parameter (max. 0xFFFE, i.e. 65534 bytes). |
513 | String overflow | Compiler: an identifier in the formula exceeds 255
characters. Interpreter: a result of a string operation exceeds 255 characters. |
514 | Internal overflow | Sort operations with too much numerical data (max. 100000) or calculation stack overflow. |
515 | Internal syntax error | |
516 | Internal syntax error | A matrix is expected on the calculation stack but is not available. |
517 | Internal syntax error | Unknown OpCode, e.g. a document with a newer function is loaded in an older version that does not contain the function. |
518 | Internal syntax error | A variable was supposed to be popped from the calculation stack but is not available. |
519 | No result (#VALUE is in the cell rather than Err:519!) | A function could not deliver a value that corresponds to the
definition or a cell referenced in the formula contains text rather than a number. |
520 | Internal syntax error | The compiler created an unknown compiler code. |
521 | Internal syntax error | No result on the calculation stack. |
522 | Circular reference | A formula refers directly or indirectly to itself and the
iterations are not activated under Tools/Options/Table Document/Calculate. |
523 | The calculation procedure does not converge | Some financial statistics functions miss a targeted value or
iterations of circular references do not reach the minimum change within the maximum steps set. |
524 | Invalid reference (#REF is in the cell rather than Err:524) | Compiler: a column/row description name could not be
resolved. table was deleted. |
525 | Invalid name (#NAME is in the cell rather than Err:525) | Compiler; An identifier could not be resolved (no reference,
no domain name, no column/row description, no macro, etc.) Interpreter: same as runtime, e.g. basic function or AddIn, not found |
526 | Internal syntax error | Obsolete, no longer used, but could come from old documents if the result was a formula from a domain. |
527 | Internal overflow | Interpreter: references too encapsulated (cell references cell, the cell references, the cell references,…) |
Calc provides feedback for errors of miscalculation, incorrect use of functions, invalid cell references and values, and other user initiated mistakes. The feedback may be displayed within the cell that contains the error (Figure 1) or on the status bar (Figure 2) or in both, depending on the type of error. Generally speaking, if the error occurs in the cell that is selected (or contains the cursor), the error message is displayed on the status bar.
As an example, Figure 1 shows the error code returned when a column is too narrow to display the entire formatted date. The date displayed within the input line, 04/05/1998, would fit within the cell without a problem, but the format used by the cell produces the date value Sunday, April 05, 1998.
When the cell displaying the #REF error code in Figure 1 is selected, the status bar displays the error message as shown in Figure 2. This message is more descriptive than the message displayed in the cell, but it still may not provide enough information to correctly diagnose the problem. For fuller explanations, consult the following tables and the Help topic, Error Codes in LibreOffice Calc.
This appendix presents error codes in two tables. This first table explains error messages which are displayed within the cell that actually contains the error. Except in the case of the ### error, they all correspond to a Calc error code number. The second table explains all of the error codes, listed by code number, including those errors codes in the first table.
Error codes displayed within cells
Cell error |
Code |
Explanation of the error |
### | N/A | The column is too narrow to display the complete formatted contents of the cell. This is not really an error value, so there is no corresponding numerical error code. The solutions to this problem are to increase the width of the column. or select Format > Cells > Alignment and click either Wrap text automatically or Shrink to fit cell size to make the text match the current column width. |
Err502 | 502 | Function argument is not valid, or more than one matching cell is found by the DGET function. |
#NUM! | 503 | A calculation resulted in an overflow of the defined value range. |
#VALUE | 519 | The formula within the cell returns a value that does not correspond to the definition of the formula or functions used. This error could also mean that the cell referenced by the formula contains text instead of a number. |
#REF! | 524 | The formula within the cell uses a reference that does not exist. Either a column or row description name could not be resolved, or the column, row, or sheet that contains a referenced cell is missing. |
#NAME? | 525 | An identifier could not be evaluated: no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found. For example, entering in a cell =sum(bob*5) where there is no cell named “bob” or containing the text “bob” generates this error. |
#DIV/0! | 532 | Division operator / if the denominator is 0. Some more functions return this error; see next table for details. |
General error codes
Note : Errors described as Internal errors should not be encountered by users under normal conditions. Errors listed as Not used are not currently assigned to any error condition and will not occur.
Code |
Message |
Explanation of the error |
501 | Invalid character | Character in a formula is not valid. This error is the same as the Invalid Name error (525) except that it occurs within a formula. The cell containing the error will display the #NAME? error reference. |
502 | Invalid argument | Function argument is not valid; for example, a negative number for the root function. This error also occurs if more than one matching cell is found by the DGET function. |
503 | Invalid floating point operation (cell displays #NUM!) | Division by 0, or another calculation that results in an overflow of the defined value range (a value too big or too small). |
504 | Parameter list error | Function parameter is not valid; for example, text instead of a number, or a domain reference instead of a cell reference. |
505 | Internal syntax error | Not used. |
506 | Invalid semicolon | Not used. |
507 | Pair missing | Not used. |
508 | Pair missing | Missing bracket or parenthesis; for example, closing brackets but no opening brackets. |
509 | Missing operator | Operator is missing; for example, «=2(3+4) * «, where the operator between «2» and «(» is missing. |
510 | Missing variable | Variable is missing; for example, when two operators are together «=1+*2». |
511 | Missing variable | Function requires more variables than are provided; for example, AND() and OR(). |
512 | Formula overflow | The total number of internal tokens (that is, operators, variables, brackets) in the formula exceeds 512, or the total number of matrices the formula creates exceeds 150. This includes basic functions that receive too large an array as a parameter. |
513 | String overflow | An identifier in the formula exceeds 64 KB in size, or a result of a string operation exceeds 64 KB in size. |
514 | Internal overflow | Sort operation attempted on too much numerical data (max. 100000) or a calculation stack overflow. |
515 | Internal syntax error | Not used. |
516 | Internal syntax error | Matrix is expected on the calculation stack, but is not available. |
517 | Internal syntax error | Unknown error; for example, a document with a newer function is loaded in an older version of Calc that does not contain the function. |
518 | Internal syntax error | Variable is not available. |
519 | No result (cell displays #VALUE) | Formula yields a value that does not correspond to the definition, or a cell that is referenced in the formula contains text instead of a number. |
520 | Internal syntax error | Compiler creates an unknown compiler code. |
521 | Internal syntax error | No result. |
522 | Circular reference | Formula refers directly or indirectly to itself and the Iterations option is not selected under Tools > Options > LibreOffice Calc > Calculate. |
523 | The calculation procedure does not converge | Financial statistics function missed a targeted value, or iterations of circular references do not reach the minimum change within the maximum steps that are set. |
524 | Invalid references (cell displays #REF!) | A column or row description name could not be resolved, or the column, row, or sheet that contains a referenced cell is missing. |
525 | Invalid names (cell displays #NAME?) | An identifier could not be evaluated; for example, no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found. |
526 | Internal syntax error | Obsolete, no longer used, but could come from old documents if the result is a formula from a domain. |
527 | Internal overflow | References, such as when a cell references a cell, are too encapsulated or deeply nested. This is an internal error and should not be displayed in LibreOffice. |
532 | Division by zero | Division operator / if the denominator is 0. Some more functions return this error; for example: VARP with less than 1 argument STDEVP with less than 1 argument VAR with less than 2 arguments STDEV with less than 2 arguments STANDARDIZE with stdev=0 NORMDIST with stdev=0 |
Многие функции программы LibreOffice.org Calc аналогичны функциям в программе Microsoft Excel. Если это так, то мы указывали имя функции в программе Microsoft Excel. Если функция аналогична, то синтаксис функций в LibreOffice.org Calc и Microsoft Excel полностью совпадает, что облегчает изучение функций и не вызывает стрессов при переходе из одной программы в другую. Тем не менее, несмотря на то, что некоторые функции должны быть совместимы (хотя бы по синтаксису), но на практике совместимы не всегда. Вот для этих случаев синтаксис функций в Microsoft Excel и может пригодиться. Функции, имена которых заканчиваются на _ADD, возвращают те же результаты, что и соответствующие функции Microsoft Excel, то есть по стандартам США. Функции без _ADD служат для получения результатов, основанных на международных стандартах, в том числе и для России. Поэтому функции с _ADD мы, как правило, даже не рассматривали, так как для России это совершенно бесполезно. Например, функция WEEKNUM позволяет рассчитать порядковый номер недели для определенной даты на основе международного стандарта ISO 6801 (неделя начинается в понедельник), в то время как функция WEEKNUM_ADD возвращает такой же номер недели, как и Microsoft Excel (неделя начинается в воскресенье). В следующей таблице описываются коды ошибок для LibreOffice.org Calc. Если ошибка происходит в ячейке, которая содержит курсор, сообщение об ошибке отображается в строке состояния:
В функциях LibreOffice.org Calc необязательные параметры можно оставлять пустыми только в том случае, если за ними не следуют другие параметры. Например, если у функции четыре параметра и два последних параметра являются необязательными, то можно оставить пустыми параметры 3 и 4 или параметр 4. Оставить пустым параметр 3 нельзя. |