Is there a way to round to the nearest fraction (not 10th, 100th,.

D

Dave O

I'm trying to round a value to the nearest 1/8 in decimal for ie:
99.897-->99.875, is there anyway to do this without creating my own function
with logical statements?
Thanks
 
B

Bob Phillips

Don, works in this instance, but always rounds down, not rounds. If he
really wants round he needs

=ROUND(C1*8,0)/8
 
D

Don Guillett

Bob,
That's why I didn't send that solution. It would have rounded UP in this
case.
 
B

Bob Phillips

Don,

By my calculations, apply =ROUND(C1*8,0)/8 to 99.897 and you get 99.875?
 

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

Top