Whole number from fractions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I can use help with a formula. I am trying to reach a whole number
result. Example: 75 x 10% = 7.5 .. however I need the result to calculate
to the closest whole number, in this case 8. Now I know I change the
formatting however I need to take the 8 and times it by a dollar amount, so
the result needs to be accurate. Thanks in advance for the help.
 
To round to the nearest integer, use the ROUND() function, as:
=ROUND(75 * .10,0)
will return 8
=ROUND(74 * .10,0)
will return 7
 

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