Ms Excel Pt. 4
Ms Excel Pt. 4
• To get the quotient of the value in the first cell of the table as the
numerator and the second cell to the right as the denominator, you
type the formula below and you will get 1.
=QUOTIENT (B9,C9)
POWER FUNCTION
• To get the square of the value in the first cell of the table, you
type the formula below and you will get 144
=POWER (B9,2)
MOD FUNCTION
• To get the remainder of the value in the first cell of the
tableand2as the divisor, you type the formula below and you will
get 0.
=MOD (B9,2)
• To get the remainder of the value in the first cell of the table and
the second cell to the right as the divisor, you type the formula
below and you will get 2.
=MOD (B9, C9)
SUMPRODUCT FUNCTION
=SUMSQ(B9:B13)