Complete the formula to add the values in cells A1 and B1.
=A1 [1] B1The plus sign (+) adds two numbers or cell values in Excel formulas.
Complete the formula to multiply the values in cells C2 and D2.
=C2 [1] D2The asterisk (*) is used to multiply numbers or cell values in Excel formulas.
Fix the error in the formula to subtract B3 from A3.
=A3 [1] B3The minus sign (-) subtracts one number or cell value from another in Excel formulas.
Fill both blanks to create a formula that divides the value in E4 by the value in F4 and then adds 10.
=E4 [1] F4 [2] 10
Division uses the slash (/), and addition uses the plus sign (+) in Excel formulas.
Fill all three blanks to create a formula that multiplies A5 by 2, subtracts B5, and then divides the result by 3.
=((A5 [1] 2) [2] B5) [3] 3
Use * to multiply, - to subtract, and / to divide in Excel formulas.