=A1+B1 in cell C1. Cell A1 contains 5 and cell B1 contains 3. You then edit cell B1 and change its value to 7. What is the new value displayed in cell C1?Remember that formulas update automatically when referenced cells change.
The formula =A1+B1 adds the values in A1 and B1. When B1 changes from 3 to 7, the formula recalculates as 5 + 7 = 12.
Think about dragging the small square at the corner of a selected cell.
AutoFill lets you drag the fill handle to fill cells with a series like numbers or dates automatically.
Think about the universal shortcut for undoing actions.
Pressing Ctrl + Z immediately reverses the last change, restoring the original data.
Deleting content removes data from that cell.
Initially, 3 cells have data. After deleting B1's content, only A1 and C1 contain data, so 2 cells remain filled.
=A1+B1 in cell C1. What is the result shown in C1?Excel tries to convert text to numbers when possible in formulas.
Excel converts the text '10' in A1 to the number 10 and adds it to 5, resulting in 15.