I usually use the Q&R function.
Of course you should be aware that if you use it as a division substitute, it always rounds the result down to the next lower interger, no matter how close the result is to the next integer above.
For many problems I am encountering, I need to round up to the next higher integer if there is a remainder and I usually use the following construct for simplicity:
Message Edited by altenbach on 11-01-2007 09:50 AM