This page is hosted on AFS file server space, which is being shut down on November 13, 2018. If you are seeing this message, your service provider needs to take steps now. Visit afs.unc.edu for more information.
Formulas
 

Excel's power comes from its ability to let you use data you've entered once by simply referring to its location on the spreadsheet, not its value.

You'll do this by entering formulas and copying them.  Get good at this, and you'll rarely have to calculate anything by hand again.

Entering a Formula: The = Sign
To enter a formula, announce to Excel that one is about to come with the equal sign.  The easiest formulas are simple arithmetic:

Press Enter to lock in the formula

The formula is still in the cell, but you see the answer.

Notice that you type the cell address (c2) not the value ($21,000) to create the formula.  That means if you change the original value, the calculation will change also.  That's because Excel doesn't care what number it uses, only its location on the spreadsheet.

Copying a formula
Not only will excel help you find a mistake.  Its biggest power is to repeat your instructions hundreds of times.

First select the sell you want to copy.  Now:

Note the reason this works: Excel looks at your original formula, and says, "Hey -- you're going down a row.  I bet you want me to adjust the formula so it refers to the row below the one you started on."

This also works going across.  Instead of changing the row element (the number) Excel adjusts the column element (the letter).

The Percent Change
Reporters think Excel will calculate percent changes automatically.  It won't.  But you'll only have to remember how to make one once.  Excel will copy that formula for you over and over.

Get it down now:

Percent change = (new - old)/ old

We usually compute the difference (new - old) anyway, so it's often just:

Percent change = difference / original value:

 

Syllabus | Basics  |Selecting | Entering DataTips  | Tutorials |

Return to Excel Index Page