> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/e3d-user-manual/introduction/toc161393725/toc161393729.md).

# Spreadsheet Navigation

How to navigate spreadsheet cells for data input and output using keyboard shortcuts in ENERCALC SEL.

The program uses spreadsheets extensively for data input and output. It offers multiple ways to navigate within a spreadsheet as specified in the following table.

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-f30460f5adf026439ea391cf990cf024f3e20166%2FFASTFR~1_img3.png?alt=media)

| **Key**             | **Action**                                                                                       |
| ------------------- | ------------------------------------------------------------------------------------------------ |
| up arrow            | Moves active cell up one row                                                                     |
| down arrow          | Moves active cell down one row                                                                   |
| right arrow         | Moves active cell right one column                                                               |
| left arrow          | Moves active cell left one column                                                                |
| Shift+arrow key     | Extends selection in direction of arrow key                                                      |
| Page Up             | Moves active cell one page up                                                                    |
| Page Down           | Moves active cell one page down                                                                  |
| Ctrl+Page Up        | Moves active cell one page left                                                                  |
| Ctrl+Page Down      | Moves active cell one page right                                                                 |
| Home                | Moves active cell to first cell in row                                                           |
| End                 | Moves active cell to last cell in row that contains data                                         |
| Ctrl+Home           | Moves active cell to first row, first column                                                     |
| Ctrl+End            | Moves active cell to last row and column that contain data                                       |
| Tab                 | Moves active cell to next cell to the right (or at end of row moves to beginning of next row)    |
| Shift+Tab           | Moves active cell to next cell to the left (or at beginning of row moves up to end of row above) |
| Shift+space         | Selects current row                                                                              |
| Ctrl+space          | Selects current column                                                                           |
| Shift+Ctrl+space    | Selects entire sheet                                                                             |
| Ctrl+X or Shift+Del | Cuts current selection or active cell's data to Clipboard                                        |
| Ctrl+V or Shift+Ins | Pastes Clipboard contents into active cell                                                       |
| Ctrl+C or Ctrl+Ins  | Copies current selection or active cell's data to Clipboard                                      |
| Enter               | Active cell moves down                                                                           |
| Esc                 | If sheet is in edit mode, previous cell value replaces new value and edit mode is turned off     |
| F2                  | If edit mode is on, cell value is cleared                                                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.enercalc.com/e3d-user-manual/introduction/toc161393725/toc161393729.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
