Hi All,

Is there any formula which returns the highest integer quotient if i do division.

For ex.
5/2 will return 2.5 but i need only 2 means the max integer quotient.

i tried =int(5/2) in excel formula and it gives me the exact value but is there any other formula.

Thanks in advance.