Excel Formulas

Here are some basic instructions on using formulas in Excel:

First, all formulas start with an equals sign, like so:

=A2+B2

There are several types of calculations you can do with formulas:

  • Addition: =A2+B2
  • Subtraction: =A2-B2
  • Division: =A2/B2
  • Multiplication: =A2*B2

You can have multiple calculations in a single formula, like so:

=(A2-B2)/A2

That, by the way, is the general syntax for calculating percentage change: (new-old)/old.

And you can use formulas that contain some of Excel’s magic words. You don’t need to worry about upper vs. lower case.

  • Average: =average(A2:A15)
  • Sum: =SUM(A2:A50)
  • Median: =median(A2:A15)

Finally, Excel has a number of other built-in functions you can use.



  1. [...] Census Population Projections – GW January 2008 Crime Log State Energy Consumption – Excel Formula Notes Excel [...]

  2. [...] Excel Formulas Excel Functions [...]

Have your say

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

You must be logged in to post a comment.


Categories