Which formula adds up a series of cells?
- =C2+C3
- =C2-C3
- =C2/C3
- =C2*C3
Which formula takes away one cell from another cell?
- =C2+C3
- =C2-C3
- =C2/C3
- =C2*C3
Which formula will not add up a series of cells?
- =C2+C3
- =C2+C5
- =C2-C3
- =SUM(C2:C4)
Which formula will divide a cell by 2?
- =C2*2
- =C2/3
- =C2/2
- =C2*3
Which formula will multiply a cell by 50?
- =C2*20
- =C2*50
- =C2/20
- =C2/50
Which formula will add up the content of cells C2 and B5?
- =C2+B6
- =C3+B5
- =C2+B5
- =C3+B6
We can work out 50% of a cell by using ....
- =C2*100
- =C2*0.4
- =C2*0.5
- C2*0.6
80% of a cell is worked out using ...
- =C2/100*80
- =C2*100/80
- =C2/100*8
- =C2/80*100
If we want to work out what C2 divided by B6, add 2 we can use ...
- =(C2/B6)+2
- =C2/B6+2
- =C2*B6+2
- =C2*B6-2
Which formula will find the average of 3 cells ?
- =AVERAGE(C2:C4)
- =AVERAGE(C2:C7)
- =AVERAGE(C2-C3)
- =AVERAGE(C2/C3)