Understanding Formula Basics
A formula is entered into a cell. It performs a calculation of some type and returns a result, which is displayed in the cell. Formulas use a variety of operators and worksheet functions to work with values and text. The values and text used in formulas can be located in other cells, which makes changing data easy and gives worksheets their dynamic nature. For example, you can see multiple scenarios quickly by changing the data in a worksheet and letting your formulas do the work.
A formula can consist of any of these elements:
- Mathematical operators, such as + (for addition) and * (for multiplication)
- Cell references (including named cells and ranges)
- Values or text
- Worksheet functions (such as SUM or AVERAGE)
After you enter a formula, the cell displays the calculated result of the formula. The formula itself appears in the Formula bar when you select the cell, however. Following are a few examples of formulas:
=150*.05 Multiplies 150 times 0.05. This formula uses only values and isn’t all that useful because it always returns the same result. You may as well just enter the value 7.5 into the cell.
=A1+A2 Adds the values in cells A1 and A2.
=Income–Expenses Subtracts the value in the cell named Expenses from the value in the cell named Income.
=SUM(A1:A12) Adds the values in the range A1:A12.
=A1=C12 Compares cell A1 with cell C12. If they are identical, the formula returns TRUE; otherwise it returns FALSE.
// Related Posted - GOOGLE!
Related Websites
- How Far Do Mortage Rates Have to Fall for Refinancing to Make 'Cents?' The answer is complex and involves a number of variables: current principal amount, current interest rate, closing costs, among others....
- The Three Most Valuable Morgan Dollars There are few types of coins which vary in value more than the Morgan Dollar. The Morgan Dollars were created...
- Present Value and Future Value - Understanding the Difference In macroeconomics, two important financial structures are the present value and future value. Below is a discussion describing the two...
- Excel How-to: The GETPIVOTDATA Function In a previous post, we created a simple pivot table from a list of Excel data. Today, we'll link the...
- A really simple retirement formula There was a discussion over in the Money Blog Network Forums about different ways to calculate how much to save...
