The basic calculations - Function SUM

Page visited 26513 times

 
1. Take the following example.It's the most common function used and often the first one made by the beginner ;-)
In this section, I will explain - step by step - how this function is made. But if you are not a beginner, you can go straight to the end to to make quickly a function SUM
Excel-Exercise-Tutorial-1
 
 
 
2. So, to start your formula, you write the word SUM with the sign '=' before.
The sign is essential to inform EXCEL that we are creating a function or a formula.

Excel-Exercise-Tutorial-2
 
 
 
3. Then, a parenthesis is opened.
When a parenthesis is opened, this means that we give parameters to the function.
Excel-Exercise-Tutorial-3
 
 
 
4. For a function SUM, you just have to select the range of cell to add ; here B3:B8.
The sign ':' means that EXCEL will read all the cells between B3 and B8.

Let's change the ':' by ';' and see what that means !
Excel-Exercise-Tutorial-4
 
 
 
5. Then, you just have to close the parenthesis and that's all.
Press 'Enter' and the result is displayed in B9.

GREAT ! You have writen your first function.
Excel-Exercise-Tutorial-5
 
 
 
6. Now, we will see how to write this function quickly with this icon.
Excel-Exercise-Tutorial-6
 
 
 
7. Activate the cell B9 and clic on the icon SUM
Excel-Exercise-Tutorial-7
 
 
 
8. Automaticaly, the range of cells B3 to B8 are selected.

Magic ! No, EXCEL
Excel-Exercise-Tutorial-8
 
 
 
9. Now, go in B13, clic on the icon SUM and the cells between B3 to B12 that are selected.
Excel-Exercise-Tutorial-9
 
 
 
10. And Now, Ladies and Gentleman, the highpoint of the show.
Fisrt you select your range of cells (B3:B8), and then you clic on the icon SUM
Excel-Exercise-Tutorial-10
 
 
 
11. In B9, the function is created immediately.
Excel-Exercise-Tutorial-11