![]() |
||||||||||||||||||||||||||||
Microsoft Excel 2007 - Using a formula |
||||||||||||||||||||||||||||
Labels and values The entering of data into a spreadsheet is just like word processing, but you have to first click on the cell in which you want the data to be placed before typing the data. All words describing the values (numbers) which you enter are called labels. The numbers which you enter, and which can later be used in formula's, are called values. Notice also that the labels are all left justified and the values are all right justified in their cells. Place the cursor in the cell in which you want the answer (result of the formula) to appear, and press Enter once you have typed the formula All formula's start with an = sign
Use BODMAS i.e. Brackets first, then Division, Multiplication, Addition and Subtraction e.g. =((A2-B2)*3)-100 Notice that individual sums within a sum are bracketed and appear at the beginning of the formula. These formula's are used for working with long lists of numbers. A typical range formula looks like this: =SUM(A3:A30) SUM is a function, meaning that it sums
(adds up) a list or range of numbers =SUM(D3.D9) =AVERAGE(D3:D9)
Note: a short cut would be to select the column of figures, and an empty cell for the total, andthen to click on the sum icon
Other range functions: There are many formula functions that you could explore with time. The SUM and AVERAGE formulae are most commonly used when working with marks. Here are just a few more:
Notice that you must have selected
an empty cell before typing the formula. The answer will
then appear in that cell. When you copy a formula like =B5/B2 from Row 5 to Row 6, the row indicators (5 and 2) in the formula change automatically, so that the copied formula would then be =B6/B3 Similarly if you copy =B5/B2 from Column B to Column C, the column indicator (B) in the formula changes to C5/C2 If you want to prevent this column or row change from happening, you should place a $ sign in front of the row or columns indicator. e.g. If you want B2 to remain unchanged, the formula should be written as =B5/$B$2 i.e. neither B nor 2 must change as the formula is copied. |
||||||||||||||||||||||||||||
Copyright
Microsoft, SchoolNet SA All Rights Reserved. |