Rounding to nearest whole number???

  • Thread starter Thread starter Bob
  • Start date Start date
Bob,

Use built-in function Round(number, decimals), like:

Round(number,0)

HTH,
Nikos
 
I figured this was an easy one. Thanks!
-----Original Message-----
Bob,

Use built-in function Round(number, decimals), like:

Round(number,0)

HTH,
Nikos




.
 

Ask a Question

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.

Ask a Question

Back
Top