Create the equivalent formula to the QUOTIENT function in Excel?

The QUOTIENT function in Excel can be used to carry out a division operation on two numbers, but it will only return the integer portion (whole number only) as a result - not the remainder.
EX:
- QUO(1,3) =0
- QUO(3,3) =1
- QUO(4,3) =1
- QUO(5/3) =1
- QUO(6/3) =2
- QUO(7/3) =2

etc,,,