Select the cell you want to divide
Enter the division formula using `/`
Example: `=A1/B1`
Press Enter
If dividing by a fixed number: `=A1/2`
If dividing by a value in another cell: `=A1/B2`
If you need multiple divisions: `=A1/B1/C1`
If you want the result to be an integer: `=QUOTIENT(A1,B1)`
If you want remainder: `=MOD(A1,B1)`
