Combining Arithmetic Operators in Excel - The basic operators you've just met can be combined to make more complex calculations. For example, you can add to cells together, and multiply by a third one. Like this: = A1 + A2 * A3 Or this: = A1 + A2 - A3 And even this: =SUM(A1:A9) * B1 In the above formula, we're asking Excel to add up the numbers in the cells A1 to A9, and then multiply the answer by B1. You'll get some practise with combining the operators shortly. But there's something you need to be aware of called Operator Precedence. Operator Precedence Some of the operators you have just met are calculated before others. This is known as Operator Precedence. As an example, try this: Open a new Excel spreadsheet In cell A1 enter 25 In cell A2 enter 50 In cell A3 enter 2 Now click in cell A5 and enter the following formula: =(A1 + A2) * A3 Hit the enter key on your keyboard, and you'll see an answer of 150. The thing to pay atten...
Welcome to free computer courses and tutorials site. All the courses are aimed at complete beginners, so you don't need experience to get started. Simply click the computer course below that interests you. You'll then be taken to the contents page for that course.