div

D

Daniel

I remember in algebra or one of the classes I took long ago that I can see
how many times a number could go into another number by using the div,
opposite of mod. What function will let me do that in excel? I don't see a
div function.

Daniel
 
K

Ken Johnson

Daniel said:
I remember in algebra or one of the classes I took long ago that I can see
how many times a number could go into another number by using the div,
opposite of mod. What function will let me do that in excel? I don't see a
div function.

Daniel

Hi Daniel,

How about INT eg INT(7/2)=3

Ken Johnson
 
Top