You can use the INT function or the \ integer division operator if your
numbers are always whole numbers (no decimal portion).
Int(12/5) and 12\5 will both return 2
HOWEVER, if your numbers can contain decimal portions then you need to be
aware that Int and integer division can return different results. For instance
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.