Written by Allen Wyatt (last updated August 5, 2025)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365
Nick knows that he can edit the contents of a cell either in the Formula bar or directly in the cell itself. He wonders if there is a way, while editing, to switch where the editing is taking place. For instance, if Nick is editing directly in a cell and he decides that he would rather be editing in the Formula bar (or vice versa), he would like to press a key to switch to the same exact place in the opposite editing location.
Excel does not provide a way to switch from one location to the other, nor can you set up a macro to do the switching for you. The reason is because of the three major modes that Excel uses—Navigation mode, Enter or Point (depending on which version of Excel you are using) mode, and Edit mode.
Navigation mode is when you can do things like use the arrow keys to move around the worksheet. When you press a shortcut key (either built-in or defined by you), Excel runs the command or macro associated with that shortcut.
Enter or Point mode is entered as you start typing something into a cell. You can use the arrow keys to move around the worksheet in this mode.
Edit mode is entered by pressing F2 or by double-clicking on a cell. When you are in edit mode, key presses don't work the same way as when you are in navigation mode. For instance, the right-arrow key doesn't move you to the cell to the right, it moves you a single character to the right within the cell contents. Similarly, you can't press a shortcut key to initiate a macro while you are in edit mode.
Because of these operational modes, the only way to switch your editing location when you are in edit mode (already editing cell contents) is to click the mouse pointer in the other location. Thus, if you were editing directly in the cell, you could click within the Formula bar to start editing there, and vice versa.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (10202) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Switching Editing Location.
Program Successfully in Excel! This guide will provide you with all the information you need to automate any task in Excel and save time and effort. Learn how to extend Excel's functionality with VBA to create solutions not possible with the standard features. Includes latest information for Excel 2024 and Microsoft 365. Check out Mastering Excel VBA Programming today!
If you have some numbers stored in cells that are formatted as text, you may get some surprises when you try to use those ...
Discover MoreUsing your mouse to select cells for inclusion in a formula can be an exercise in futility on some systems. Here's why ...
Discover MoreFew things are as frustrating as trying to delete rows or columns and having Excel tell you that you can't perform the ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2019-08-12 05:31:36
Alan
F2 also toggles between edit and navigation mode. One of the frustrating things when you're still getting used to Excel, is you press the cursor expecting to move along the formula you're editing, only for it to then enter a cell reference. Pressing F2 will enable cursor movement within the formula.
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments