"MROUND" - Need Min. 0.25 Value

jcarey

New Member
Joined
Aug 7, 2017
Messages
11
I am utilizing "MROUND" to round to values of 0.25, 0.50, 0.75 & 1.00 - it works great, but I can't use a "0.00" value (I need min. 0.25) -- what can I do?
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Perhaps something like this:

=MAX(0.25,MROUND(A1,0.25))
 
Upvote 0
Something like this?


Excel 2013/2016
ABC
1ValueMround ResultMin 0.25 Result
23.0602833.25
36.8717776.756.75
47.7596597.757.75
53.543843.53.5
68.6723338.758.75
77.340817.257.25
84.94066655.25
99.6647579.759.75
101.2699691.251.25
116.87582177.25
123.8402543.753.75
132.4296472.52.5
148.05109588.25
153.7533013.753.75
166.3243896.256.25
1710.02691010.25
2
Cell Formulas
RangeFormula
B2=MROUND(A2,0.25)
C2=IF(MROUND(A2,0.25)=ROUND(A2,0),ROUND(A2,0)+0.25,MROUND(A2,0.25))
 
Upvote 0
Something like this?

Excel 2013/2016
ABC
1ValueMround ResultMin 0.25 Result
23.0602833.25
36.8717776.756.75
47.7596597.757.75
53.543843.53.5
68.6723338.758.75
77.340817.257.25
84.94066655.25
99.6647579.759.75
101.2699691.251.25
116.87582177.25
123.8402543.753.75
132.4296472.52.5
148.05109588.25
153.7533013.753.75
166.3243896.256.25
1710.02691010.25

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
2

Worksheet Formulas
CellFormula
B2=MROUND(A2,0.25)
C2=IF(MROUND(A2,0.25)=ROUND(A2,0),ROUND(A2,0)+0.25,MROUND(A2,0.25))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

I will try this...
 
Upvote 0
Something like this?

Excel 2013/2016
ABC
1ValueMround ResultMin 0.25 Result
23.0602833.25
36.8717776.756.75
47.7596597.757.75
53.543843.53.5
68.6723338.758.75
77.340817.257.25
84.94066655.25
99.6647579.759.75
101.2699691.251.25
116.87582177.25
123.8402543.753.75
132.4296472.52.5
148.05109588.25
153.7533013.753.75
166.3243896.256.25
1710.02691010.25

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
2

Worksheet Formulas
CellFormula
B2=MROUND(A2,0.25)
C2=IF(MROUND(A2,0.25)=ROUND(A2,0),ROUND(A2,0)+0.25,MROUND(A2,0.25))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Having trouble.
I don't know if it's because the cell I'm trying to round is pasted as a link from another worksheet or not.
Here's my formula...

=MROUND('C:\Users\jcarey\Desktop\Temp - Time Sheet\[00) 00.00.0000 - 00.00.0000_Hour Tracker.xlsx]Sheet1'!$Y$8,0.25)

What might I be doing wrong?
 
Upvote 0
Are you receiving an error? Is the formula returning any value? If so, what?
 
Upvote 0
It gave me a warning of circular formula at first, but then I hit "Okay" and I still got a value of "0".
 
Upvote 0
If you are getting a circular formula error, it probably means that you mistyped the cell address in your formula, and you used the cell address of the cell that you are placing the formula in!
The formula should be reference cells where data exists (not where you are putting this formula).
 
Upvote 0
If you are getting a circular formula error, it probably means that you mistyped the cell address in your formula, and you used the cell address of the cell that you are placing the formula in!
The formula should be reference cells where data exists (not where you are putting this formula).

I fixed referencing the cells of the original file.
Now I get "0.25" even if original cell value is "0".
 
Upvote 0
Now I get "0.25" even if original cell value is "0".
Isn't that what you asked for originally?
but I can't use a "0.00" value (I need min. 0.25) -- what can I do?

I am guessing that you have not communicated exactly what you want very clearly.
You may do better to provide us with a bunch of examples, and the results you would like to see.
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,986
Members
449,058
Latest member
oculus

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