Discuss how to correct errors after entering data into a cell using in-cell editing.

What will be an ideal response?


If the entry in the cell is long and the errors are minor, using Edit mode may be a better choice than retyping the cell entry. Double-click the cell containing the error to switch Excel to Edit mode. In Edit mode, Excel displays the active cell entry in the formula bar and a flashing insertion point in the active cell.

With Excel in Edit mode, you can edit the contents directly in the cell - a procedure called in-cell editing. Make changes using in-cell editing, as indicated below.
(1) To insert new characters between two characters, place the insertion point between the two characters and begin typing. Excel inserts the new characters at the location of the insertion point.
(2) To delete a character in the cell, move the insertion point to the left of the character you want to delete and then press the DELETE key or place the insertion point to the right of the character you want to delete and then press the BACKSPACE key. You also can use the mouse to drag through the character or adjacent characters you want to delete and then press the DELETE key or click the Cut button (Home tab | Clipboard group).
(3) When you are finished editing an entry, click the Enter box or press the ENTER key.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code segment?

int p = 5, t = 2, c = 0; while (c < 3) { p *= t; c++; } cout << p; a) 10 b) 20 c) 40 d) 80

Computer Science & Information Technology

The ________ provides fast access to commonly executed tasks such as saving a file and undoing recent actions

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ________ allows a user to take a picture of the current computer screen

A) Snipping Tool B) scroll bar C) Live Tiles D) GUI

Computer Science & Information Technology

A standard user cannot change system settings that affect security.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology