C-09-Q021mediumsingle_mcq
To divide A1 by B1 in a spreadsheet, the formula written in the result cell is:
To divide A1 by B1 in a spreadsheet, the formula written in the result cell is:
- a
=A1+B1 - b
=A1-B1 - c
=A1/B1 - d
=A1*B1
ব্যাখ্যা
Spreadsheet formulas reference cells by their addresses and use arithmetic operators, so dividing the value in A1 by the value in B1 is written as . The result cell then displays the quotient and updates automatically if either value changes.