Domande frequenti - Calc
TDF LibreOffice Document Liberation Project Blog comunitari Weblate Nextcloud Redmine Ask LibreOffice Donazione
Nei fogli di calcolo di LibreOffice che cosa significano i codici di errore (Err:NNN)?
ERRORETIPO Visualizza cella | Codice | Stato messaggio della barra | Spiegazione dell'errore (Esempio) |
---|---|---|---|
(Nessuno)
### |
La colonna è troppo stretta per visualizzare l'intero contenuto formattato della cella.
Questo non è realmente un valore di errore,
quindi non esiste un codice di errore numerico corrispondente.
Le soluzioni a questo problema sono aumentare la larghezza della colonna,
oppure selezionare | ||
(Nessuno)
#FMT
|
Questo valore non rientra nei limiti validi per questo formato numerico.
Questo non è realmente un valore di errore,
quindi non esiste un codice di errore numerico corrispondente.
Stringa per errore di output.
Esempio: introdurre | ||
32767
#N/D
7 |
NotAvailable | Valore non disponibile |
Un risultato per l'espressione della formula non è disponibile.
La formula non riesce a trovare ciò che le è stato chiesto di cercare.
Questo non è realmente un valore di errore,
quindi non esiste un codice di errore numerico corrispondente.
|
501
|
IllegalChar | Carattere non valido |
Carattere non valido nella formula.
Uguale all'errore Nome non valido (525|525) tranne che si verifica all'interno di una formula.
Esempio: |
502
|
IllegalArgument | Argomento non valido |
Un argomento di una funzione ha un valore non valido.
Esempio:
|
503
#NUM!
6 |
IllegalFPOperation | Valore numerico non valido |
Operazione a virgola mobile non valida.
Risultato del calcolo al di fuori dell'intervallo di valori definito.
Un calcolo che comporta un superamento dell'intervallo di valori definito – un valore troppo grande o troppo piccolo.
Esempio: |
504
|
IllegalParameter | Errore nell'elenco dei parametri |
Il tipo di un parametro di una funzione non è valido.
Ad esempio, un parametro di una funzione è testo anziché un numero.
Esempio:
|
505
|
Errore di sintassi interno |
Non configurato. | |
506
|
Separatore decimale non valido |
Non configurato. | |
507
|
Pair | Coppia mancante |
Parentesi o parentesi mancante. |
508
|
PairExpected | Tra parentesi |
Parentesi o parentesi mancante.
Ad esempio, la parentesi di chiusura senza una parentesi di apertura,
o una parentesi di chiusura mancante nel mezzo di una formula
(le parentesi mancanti alla fine di una formula vengono aggiunte automaticamente).
Esempio: |
509
|
OperatorExpected | Operatore mancante |
Esempio: |
510
|
VariableExpected | Variabile mancante |
Due operatori, dove il secondo non è un operatore unitario, si susseguono.
Esempio: |
511
|
ParameterExpected | Variabile mancante |
The function requires more variables than those provided.
Example: |
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
|
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
#VALORE!
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: |
520
|
UnknownToken | Internal syntactical error |
The compiler has generated a code which it cannot interpret.
Example: |
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
" |
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. 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
#RIF!
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
#NOME?
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:
|
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
#DIV/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. 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: |
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. |
ERRORETIPO Visualizza cella | Codice | Stato messaggio della barra | Spiegazione dell'errore (Esempio) |