- Lets say that you have a worksheet that displays numbers an you need to add a formula to get the total amount first go to the cell where you want the result to be.
- Next type an equals sign and that is the first step to create a formula.
- Lets say that you need to get an average of a certain range of the worksheet so after the equal signs just type average and then type a parenthesis.
- After the parenthesis write the cells that you want the function to calculate.
- When you are done typing the cells you want to make sure that you close the Parenthesis.
- Press Enter and you are done.
=AVERAGE(A1:B4)


No comments:
Post a Comment