| One of the most important and powerful features of Excel are Formulas. A formula allows you to change the value in one cell and affect the calculation of one or more cells.
Date calculations are an important feature of Excel. It will be briefly described here. Also, to reduce some confusion we'll discuss the difference between formulas, values, and formats. If you used Excel before, values are the most familiar. you type into a cell and a value appears. What you're seeing is actually the formatted value. This is the value that's supposed to be visually appealing. Formulas 101 Enter the following into a cell:
The value 2 will be displayed.
You've created your first formula. The = (equal sign)1 is telling Excel that a formula follows. Note that the + key also works and Excel will change the + to an = Enter 1 in cell A1 and 1 in cell B1. In cell C1 enter =A1+B1 You'll see the result of 2
This formula is adding the contents of A1 to B1 and stores the result in C1 Open a new spreadsheet and type the data in columns A and B from the below table. This lesson will also teach you about converting from various types of dates
Here is the explanation
So formulas start with the = (equal sign) in the first position of a cell. Values are number, characters (like column A) and date you type in. A formula can also start with a + (plus) @ (at sign) or / (slash) for lotus notes compatibility. But Excel can also "format" a value to look different than the value.
Exercise
Solutions |