Round formulas

G

Guest

Hello,

I need a formula that will round up or down based on .7 decimal rather than
..5. For example, the number 45.7 would round up to 46. The number 45.6
would round down to 45.

Is there a formula to help me do this? I appreciate any help I can get.
Thank you.

~Meghan
 
G

Guest

hi,

try to use:

=if(c3-int(c3)>=0.6999,(1-(c3-int(c3))+c3),int(c3))

hth
regards from Brazil
Marcelo

"mstack" escreveu:
 

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

Similar Threads

Formula help 1
Round Function 5
Formula help 3
IF and Round 5
Alternate Rounding Up & Down of .50 in a column 5
Round Question 3
Rounding Time. 4
How to round down a value to the inferior multiple of 5 3

Top