Bill Rosener, Ph.D.
Home CV Teaching Portfolio Woodturning Contact

Microsoft Excel 2007: Working with Formulas (Payroll)

In this video, you will learn how to write Microsoft Excel formulas to compute the data shown in the red circled area above. More specifically you will learn the following formulas:

  1. Average - returns the (arithmetic mean) of the the values
  2. Min - returns the smallest number in a set of values
  3. Max - returns the largest number in a set of values
  4. Countif - Counts the number of cells within a range that meet the given criteria.
  5. If - returns one value if a condition you specify evaluates to TRUE and another value if it evaluates to FALSE.
  6. Multiply - use the * (asterisk) arithmetic operator
  7. Subtract - use the - (minus sign) arithmetic operator.