Showing posts with label Excel - Move Around. Show all posts
Showing posts with label Excel - Move Around. Show all posts

Wednesday, November 25, 2015

Excel - Move Around

Excel provides a number of ways to move around a sheet using the mouse and the keyboard.
First let us create some sample text before we proceed. Open a new excel sheet and type any data. We've shown a sample data in the screenshot.
OrderDateRegionRepItemUnitsUnit CostTotal
1/6/2010EastJonesPencil951.99189.05
1/23/2010CentralKivellBinder5019.99999.5
2/9/2010CentralJardinePencil364.99179.64
2/26/2010CentralGillPen2719.99539.73
3/15/2010WestSorvinoPencil562.99167.44
4/1/2010EastJonesBinder604.99299.4
4/18/2010CentralAndrewsPencil751.99149.25
5/5/2010CentralJardinePencil904.99449.1
5/22/2010WestThompsonPencil321.9963.68
6/8/2010EastJonesBinder608.99539.4
6/25/2010CentralMorganPencil904.99449.1
7/12/2010EastHowardBinder291.9957.71
7/29/2010EastParentBinder8119.991,619.19
8/15/2010EastJonesPencil354.99174.65
Excel Sample Text

Moving with Mouse

You can easily move the insertion point by clicking in your text anywhere on the screen. Sometime if sheet is big then you can not see a place where you want to move. In such situation you would have to use the scroll bars, as shown in the following screen shot:
Excel Scroll Bars You can scroll your sheet by rolling your mouse wheel, which is equivalent to clicking the up-arrow or down-arrow buttons in the scroll bar.

Moving with Scroll Bars

As shown in the above screen capture, there are two scroll bars: one for moving vertically within the sheet, and one for moving horizontally. Using the vertical scroll bar, you may:
  • Move upward by one line by clicking the upward-pointing scroll arrow.
  • Move downward by one line by clicking the downward-pointing scroll arrow.
  • Move one next page, using next page button (footnote).
  • Move one previous page, using previous page button (footnote).
  • Use Browse Object button to move through the sheet, going from one chosen object to the next.

Moving with Keyboard

The following keyboard commands, used for moving around your sheet, also move the insertion point:
KeystrokeWhere the Insertion Point Moves
Forward ArrowForward one box
Backword ArrowBack one box
Upward ArrowUp one box
Downard ArrowDown one box
PageUpTo the previous screen
PageDownTo the next screen
HomeTo the beginning of the current screen
EndTo the end of the current screen
You can move box by box or sheet by sheet.Now click in any box containing data in the sheet. You would have to hold down the Ctrl key while pressing an arrow key, which moves the insertion point as described here:
Key CombinationWhere the Insertion Point Moves
Ctrl + Forward ArrowTo the last box containing data of the current row
Ctrl + Backword ArrowTo the first box containing data of the current row
Ctrl + Upward ArrowTo the first box containing data of the current column
Ctrl + Downard ArrowTo the last box containing data of the current column
Ctrl + PageUpTo the sheet in the left of the current sheet.
Ctrl + PageDownTo the sheet in the right of the current sheet.
Ctrl + HomeTo the beginning of the sheet
Ctrl + EndTo the end of the sheet

Moving with Go To Command

Press F5 key to use Go To command, which will display a dialogue box where you will have various options to reach to a particular box.
Normally we use row and column number ,for example K5 and finally press Go To button.
Excel Go To Command