Libreoffice calc ошибка 507

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
Error codes

ТИПОШИБКИ 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.
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  ▸  ▸ and check
either «Wrap text automatically»
or «Shrink to fit cell size» in the «Properties» area
so as to make the text match the current column width.
Other factors are font size, font type and zoom percentage.

(None)
#FMT

This value is outside of the valid limits for this number format.
This is not really an error value,
so there is no corresponding numerical error code.
String for output error.
Example: Introduce -1E+16 and then format the cell as Date.

32767
#Н/Д

7

NotAvailable Value not available

A result for the formula expression is not available.
The formula cannot find what it has been asked to look for.
This is not really an error value,
so there is no corresponding numerical error code.
ЕНД()
applied to this value will return ИСТИНА.
This value is returned by
ПРОСМОТР
(and similar) functions which failed, and by
НД().

501

IllegalChar Invalid character

Invalid character in formula.
Same as the Invalid Name error (525) except that it occurs within a formula.
Example: =1¤0
instead of
=100;
or =1Eq
instead of
=1E2
(scientific notation).

502

IllegalArgument Invalid argument

An argument of a function has an invalid value.
Example:
=КОРЕНЬ(-3).
Also occurs if more than one matching cell is found by
ДИЗВЛЕЧЬ().

503
#ЧИСЛО!

6

IllegalFPOperation Invalid numeric value

Invalid floating point operation.
Calculation result outside of the defined value range.
A calculation that results in an overflow of the defined value range – a value too big or too small.
Example: =1000^500.

504

IllegalParameter Error in parameter list

The type of a parameter of a function is invalid.
For instance, a parameter of a function is text instead of a number.
Example:
=ВПР(1;0;1)
where the second argument is not expected to be a plain number.

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.
For instance, closing parenthesis without an opening parenthesis,
or a missing closing parenthesis in the middle of a formula
(missing parentheses at the end of a formula are added automatically).
Example: =1).

509

OperatorExpected Operator missing

Example: =2(3+4)*.

510

VariableExpected Variable missing

Two operators, where the second is not a unitary operator, follow each other.
Example: =1+*2.

511

1 (LO > 7.6)

ParameterExpected Variable missing

The function requires more variables than those provided.
Example: ИЛИ() without parameters.

512

CodeOverflow Formula overflow

Formula too long.
Compiler: This refers to the internal number of bits (512 maximum), which has nothing to do with the length of the character string in the formula in question, but depends on the number of operators, variables, parentheses, etc.
The total number of internal tokens (that is, operators, variables, brackets) in the formula exceeds 8192, or the total number of matrices the formula creates exceeds 150.
Interpreter: Formulas which generate too many matrices at once (150 maximum) and Basic functions which receive as parameters an array that is too large (OxFFE maximum is 65534 octets).
This includes Basic functions that receive too large an array as a parameter (OxFFE maximum is 65534 octets).

513

StringOverflow String overflow

Character string too long.
Compiler: An identifier in the formula exceeds 1024 characters (UTF-16 code points) in size.
Interpreter: The result of an operation on a string of characters would exceed
(2^28)-1 ((228)-1)
characters
(UTF-16
code points, so 512MiB) in size.
Example:
=ПОВТОР("1234567890";10^8).

514

StackOverflow Internal overflow

Internal capacity exceeded.
An internal calculation stack overflow occurred.

515

UnknownState Internal syntax error

Unknown error.

516

UnknownVariable Internal syntax error

Matrix is expected on the calculation stack, but it is not available.
The calculation stack should contain a matrix but it is not there.

517

UnknownOpCode Internal syntax error

Unknown operation code.
A document containing a newer feature is loaded in an older version of Calc that did not support that feature.

518

UnknownStackVariable Internal syntax error

Variable not available.
A variable was supposed to be popped from the calculation stack but it is not available / not there.

519
#ЗНАЧ!

3

NoValue No value

No valid result is possible.
A function cannot supply a value corresponding to its definition; or a cell referenced in the formula contains text instead of an expected number.
Example: ="string"+0.

520

UnknownToken Internal syntactical error

The compiler has generated a code which it cannot interpret.
Example: =2*(3+4)*.

521
#NULL!

1 (LO > 7.6)

NoCode No code or (no) intersection

No code or no intersection
(since LibreOffice 7.6; it was set as
«Internal syntax error»
up until version 7.5 included).
The intersection of ranges produced zero cells.
Example:
=СУММ(A1:A2!B1:B2).

522

CircularReference Circular reference

A formula refers directly or indirectly to itself and the Iterations option is not activated under
 ▸  ▸  ▸ .
Example:
=A1
introduced in the same cell.

523

NoConvergence Calculation does not converge

The calculation procedure does not converge.
A function missed a targeted value
(tends towards a given value but does not reach it),
or iterative references do not reach the minimum change
within the defined maximum steps (increments) that are set.

524
#ССЫЛ!

4

NoRef Not a valid reference

Compiler: a row or column heading could not be detected.
Interpreter: the formula refers to a cell whose column, row, or table/worksheet has been deleted or which is outside the table/worksheet.
The formula within the cell uses a reference that does not exist.
Either a column or a row description name could not be resolved, or the column, row, or worksheet that contains a referenced cell is missing or it is outside the worksheet.
Example: See
ТИП.ОШИБКИ.

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.
Example:
=bob*5
when there is no cell named «bob«.

526

Internal syntax error

Obsolete, no longer used;
it may occur in (old) documents loaded in old versions of Calc.

527

Internal overflow

Internal capacity exceeded.
Interpreter: Excessive nesting of references (the cell references a cell which references a cell which references a cell which…).
References (such as when a cell references another cell…) are too encapsulated or deeply/excessively nested.
This is an internal error and should not be displayed in LibreOffice.

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 («/«) is 0 (zero).
Other functions can also return this error; for example:

  • ДИСПГ with less than 1 argument
  • СТОТКЛГ with less than 1 argument
  • ДИСП with less than 2 arguments
  • СТОТКЛ with less than 2 arguments
  • НОРМАЛИЗАЦИЯ with stdev=0
  • НОРМРАСП with stdev=0
533

NestedArray Nested arrays are not supported.

Example: ={1;{2}}.

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.
The maximum limit for sorting has been exceeded.
The limit is twice the maximum number of rows, so for
1 048 576
rows the limit is
2 097 152
entries.
Also obtained whenever a temporary matrix could not be allocated due to its size requirement.

539

BadArrayContent Unsupported inline array content

Bad inline array content, non-value/non-string.
Example: ={1+2}.

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.

LibreOffice Calc Error Code - places
LibreOffice Calc Error Code – places

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.

Join our Telegram channel and stay informed on the move.

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
that has nothing to do with the formula string length is indicated
(max. 512) rather than the number of operators, variables, parentheses,
etc. Interpreter: Formulas that create several matrices at once (max.
150), including basic functions that would receive too large an array

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.
Interpreter: in the formula, a cell is referenced whose column, row or

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

Подробности
Категория: 9. Функции в LibreOffice.Calc
Опубликовано 27.08.2011 12:21
Автор: Шитов В.Н.
Просмотров: 5821

Многие функции программы 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. Если ошибка происходит в ячейке, которая содержит курсор, сообщение об ошибке отображается в строке состояния:

Код ошибки

Сообщение

Объяснение

501

Недопустимый символ

Формула содержит недопустимый символ, например «=1Eq» вместо «=1E2».

502

Недопустимый аргумент

Функция имеет недопустимый аргумент, например отрицательное число для функции извлечения корня.

503

Недопустимая операция с плавающей запятой

Деление на 0 или другое вычисление, приводящее к переполнению определенного диапазона значений.

504

Ошибка в списке параметров

Недопустимый параметр функции, например текст вместо числа или доменная ссылка вместо ссылки на ячейку.

508

Ошибка: нет пары

Отсутствует скобка: например, есть закрывающие скобки, но нет открывающих скобок.

509

Отсутствует оператор

Отсутствует оператор: например, в выражении «=2(3+4) * » нет оператора между символами «2» и «(«.

510

Отсутствует переменная

Нет переменной, например, в случае, когда два оператора стоят рядом «=1+*2».

511

Отсутствует переменная

Функция требует большего количества переменных, например AND() и OR().

512

Слишком длинная формула

Компилятор: общее число внутренних маркеров (то есть операторов, переменных, скобок) в формуле превышает 512. Интерпретатор: общее число матриц, которые создает формула, превышает 150. Сюда относятся и основные функции, которые получают слишком большой массив в качестве параметра (максимум 0xFFFE, то есть 65534 байта).

513

Слишком длинная строка

Компилятор: идентификатор в формуле превышает 64 KБ. Интерпретатор: результат строковой операции превышает 64 KБ.

514

Внутреннее переполнение

Операция сортировки, предпринятая на слишком большом количестве числовых данных (максимально 100000), или переполнение стека вычислений.

516

Внутренняя синтаксическая ошибка

В стеке вычислений предполагается матрица, но она недоступна.

517

Внутренняя синтаксическая ошибка

Неизвестный код: например, документ с новой функцией загружен в старую версию, не содержащую этой функции.

518

Внутренняя синтаксическая ошибка

Переменная недоступна.

519

Нет результата (в ячейке отображается #ЗНАЧЕН! а не Ошибка:519)

Формула вычисляет значение, не соответствующее определению, или ячейка, на которую есть ссылка в формуле, содержит текст вместо числа.

520

Внутренняя синтаксическая ошибка

Компилятор создал неизвестный код компиляции.

521

Внутренняя синтаксическая ошибка

Нет результата.

522

Циклическая ссылка

Формула ссылается прямо или косвенно на саму себя, а параметр Итерации не установлен в команде «Сервис → Параметры → LibreOffice.org Calc → Вычисления».

523

Процедура вычисления не сходится

Функция потеряла подбираемое значение или циклические ссылки не доходят до минимальных изменений для заданного максимального числа шагов.

524

Недопустимые ссылки (вместо Ошибка:524 в ячейке содержится #ССЫЛ!)

Компилятор: невозможно разрешить имя описания столбца или строки. Интерпретатор: в формуле отсутствует столбец, строка или лист, в которых содержится указанная ячейка.

525

Недопустимые имена (вместо Ошибка:525 ячейка содержит #ИМЯ?)

Идентификатор не может быть оценен (например, нет допустимой ссылки, нет допустимого доменного имени, нет подписи столбца/строки, нет макроса, неправильный десятичный разделитель, не найдена надстройка).

526

Внутренняя синтаксическая ошибка

Устарела, уже не используется, но может возникнуть из старых документов, если результатом является формула из домена.

527

Внутреннее переполнение

Интерпретатор: слишком сложное вложение ссылок, например когда ячейка ссылается на ячейку.

В функциях LibreOffice.org Calc необязательные параметры можно оставлять пустыми только в том случае, если за ними не следуют другие параметры. Например, если у функции четыре параметра и два последних параметра являются необязательными, то можно оставить пустыми параметры 3 и 4 или параметр 4. Оставить пустым параметр 3 нельзя.

Понравилась статья? Поделить с друзьями:
  • Libmain so ошибка
  • Load ribbon datamax ошибка
  • Loader droid ошибка
  • Libreoffice base ошибка вставки новой записи
  • Localhost ошибка connectionfailure