Rounding to the nearest 0.25?

Malthus101

New Member
Joined
Jan 23, 2017
Messages
46
Office Version
  1. 2016
Platform
  1. Windows
Hi

I am dealing with prices that move in increments of 0.25, ie, 3434.25 / 3434.50 / 3434.75 / 3435 etc

If I am given a number of say 53.28, and I need it to be rounded to the nearest 0.25, so 53.25 (so that it is more usable in further calculations with my numbers)

How do I round that up or down accordingly?

Thanks!
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hello

It's giving me the #VALUE! error message.

The cell I'm referencing contains the number: 53.28

This was the formula: =MROUND(L14, 0.25)

Thanks.
 
Upvote 0
Sounds like the value in L14 is text & not a number.
What does
Excel Formula:
=isnumber(L14)
return?
 
Upvote 0
It returns "false"

So yes, just text.

Should I convert those cells to "number"?

Thanks.
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top