FormulaCraft

QUOTIENT

QUOTIENT divides two numbers and returns only the whole-number (integer) part of the result, dropping any fractional remainder. This is different from regular division which returns a decimal. Use it when you need to know how many complete units fit into a total, such as converting minutes to hours or items to boxes.

Excel
=QUOTIENT(B2,C2)
Google Sheets
=QUOTIENT(B2,C2)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1B2 is the numerator — the number to be divided.
  2. 2C2 is the denominator — the number to divide by.
  3. 3QUOTIENT(17,5) returns 3 because 5 goes into 17 three complete times with 2 left over.

Need a version for your data?

Try: “Find how many complete boxes of 12 fit into a total quantity

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: