It's div (lowercase) so 21 div 4 = 5 :) On Fri, 13 Apr 2018 at 11:07 ToddAndMargo <toddandma...@zoho.com> wrote:
> Hi All, > > How do I do and integer divide? > > By that I mean I want only the whole number and > not the decimal point or the fraction. > > 21 DIV 4 = 5 (not 5.25) > 21 % 4 = 1 (remainder = 1) > > > Many thanks, > -T >