Rounding decimals up or down

F

Friedbrain

I've read loads of previous posts but can't find exactly what I'm after.

I need to be able round a decimal number up OR down to the nearest 0.25, eg

1.05 needs to be 1.0
1.12 needs to be 1.0
1.19 neeeds to be 1.25
1.39 needs to be 1.5 etc.....

Many Thanks
 
R

rajesh

Hi

Function "MROUND" solves your problem

To get this function pls install analysis toolpak (Tools > Add Ins)

Syntax MROUND(number,multiple)

enter 0.25 as muliple.
 

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