rounding formula question

jdotbonk

New Member
Joined
Feb 26, 2022
Messages
22
Office Version
  1. 365
Platform
  1. Windows
Hi, is anyone able to advise on the formula that would round up to the nearest integer any value with a decimal greather than or equal to 0.5? I would then also like the formula to round down to the nearest integer any decimal that is less than 0.50.

Example: row 1 would round down the 8.45 to 8 and row 2 would round up 4.85 to 5.

Thanks!

1662660521547.png
 

Attachments

  • 1662660491356.png
    1662660491356.png
    5.9 KB · Views: 6

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Just use the Excel ROUND function.
I think what you are describing is the default behavior when you round to zero decimal places, i.e.
Excel Formula:
=ROUND(E2,0)
 
Upvote 0

Forum statistics

Threads
1,215,580
Messages
6,125,654
Members
449,245
Latest member
PatrickL

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