Writing the Formula

Writing formulas in an MS Works spreadsheet is a little different from how it is done in math class. An MS Works formula starts with an equal sign ( = ) rather than ending with it. The equal sign always goes in the cell where you want the formula answer to appear. The equal sign informs MS Works that what follows is part of a formula and not just a name or a number. An MS Works formula would like this:=3 + 2 Rather than:3 + 2 =

Cell References in Formulas

While the formula in the previous step works, it has one drawback. If you want to change the data being calculated, you need to edit or rewrite the formula. A better way would be to write the formula so that you can change the data without having to change the formula itself. To do this, you would type the data into cells and then, in the formula, tell MS Works which cells in the spreadsheet the data is located in. A cell’s location in the spreadsheet is referred to as its cell reference. To find a cell reference, look at the column headings to find which column the cell is in and across to find which row it is in.​ The cell reference is a combination of the column letter and row number – such as A1, B3, or Z345. When writing cell references, the column letter always comes first. So, instead of writing this formula in cell C1: = 3 + 2 Write this instead: = A1+ A2

Updating MS Works Spreadsheets Formulas

When you use cell references in an MS Works spreadsheet formula, the formula will automatically update whenever the relevant data in the spreadsheet changes. For example, if you realize that the data in cell A1 should have been an 8 instead of a 3, you only need to change the contents of cell A1. MS Works updates the answer in cell C1. The formula itself doesn’t need to change because it was written using cell references. You can easily change the data. The answer in cell C1, where the formula is, immediately changes from 5 to 10, but the formula itself is unchanged.

Mathematical Operators in Formulas

Creating formulas in an MS Works Spreadsheets is not difficult. Just combine the cell references of your data with the correct mathematical operator. The mathematical operators used in MS Works spreadsheets formulas are similar to the ones used in math class.

Subtraction - minus sign ( - )Addition - plus sign ( + )Division - forward-slash ( / )Multiplication - asterisk (* )Exponentiation - caret (^ )

Order of Operations

If more than one operator is used in a formula, there is a specific order that MS Works will follow to perform these mathematical operations. This order of operations can be changed by adding brackets to the equation. An easy way to remember the order of operations is to use the acronym: BEDMAS The Order of Operations is: BracketsExponentsDivisionMultiplicationAdditionSubtraction Any operation(s) contained in brackets will be carried out first Exponents are carried out second. MS Works considers division or multiplication operations to be of equal importance and carries out these operations in the order they occur left to right in the equation. MS Works also considers addition and subtraction to be of equal importance. Whichever one appears first in an equation, either addition or subtraction, is the operation carried out first.

MS Works Spreadsheets Formula Tutorial: Step 1of 3 - Entering the Data

Let’s try a step by step example. We will write a simple formula in an MS Works spreadsheet to add the numbers 3 + 2. It’s best to enter all of your data into the spreadsheet before you begin creating formulas. This way, you will know if there are any layout problems, and it is less likely that you will need to correct your formula later. When creating formulas in MS Works Spreadsheets, you ALWAYS start by typing the equal sign. You type it in the cell where you want the answer to appear.

You can type them in or, You can use an MS Works feature called ​​pointing. Pointing allows you to click with your mouse on the cell containing your data to add its cell reference to the formula.