Error Reference
Understanding VimSheet error messages.
Cell Errors
When a formula cannot be evaluated, the cell displays an error value:
Error |
Meaning |
|---|---|
|
General evaluation error (e.g., invalid operation) |
|
Division by zero |
|
Invalid cell reference (cell was deleted or out of bounds) |
|
Unknown function or named range |
|
Circular reference detected (formula depends on itself) |
|
Wrong value type for an operation (e.g., text in a math formula) |
|
Value not available (lookup function found no match) |
Application Errors
Error |
Cause |
|---|---|
|
Specified file does not exist |
|
No adapter registered for the file extension |
|
File could not be read |
|
File could not be written |
|
Range syntax is invalid |
|
Unknown command entered |
|
Formula creates a cycle in the dependency graph |
|
Formula contains unexpected or illegal characters |