Spreadsheets have many Math functions built into them. Of the most basic operations are the standard multiply, divide, add and subtract. These operations follow the order of operations (just like algebra). Let's look at some examples.
For these following examples let's consider the following data:
For these following examples let's consider the following data:
|
Operation | Data | Data | ||
Multiplication | = 5 * 6 | = A1 * B3 | ||
Division | = 8 / 4 | = A3 / B2 | ||
Addition | = 4 + 7 | = B2 + A2 | ||
Subtraction | = 8 - 3 | = A3 - B1 |