跳到主要内容

如何在Excel中将数字四舍五入到最接近的5/10/50/100?

有时,您可能希望将数字转换为最接近的5/10/50/100,以便在Excel中进行计算。 本教程提供了一些简单的公式将数字四舍五入到最接近的特定数字,还介绍了将数字四舍五入到下一个或最后一个最近的一个公式。
doc四舍五入至最接近的5 10 50 1

四舍五入至最接近的5

 


箭头蓝色右气泡 四舍五入至最接近的5

四舍五入至最接近的5/10/50/100

四舍五入到最接近的5 =圆(A2 / 5,0)* 5
四舍五入到最接近的10 =圆(A2 / 10,0)* 10
四舍五入到最接近的50 =圆(A2 / 50,0)* 50
四舍五入到最接近的100 =圆(A2 / 100,0)* 100

doc四舍五入至最接近的5 10 50 2

请注意:

您也可以使用此公式 = MROUND(A2,5) 将数字四舍五入至最接近的5。

舍入到下一个最近的5/10/50/100

舍入到下一个最近的5 = ROUNDUP(A2 / 5,0)* 5
舍入到下一个最近的10 = ROUNDUP(A2 / 10,0)* 10
舍入到下一个最近的50 = ROUNDUP(A2 / 50,0)* 50
舍入到下一个最近的100 = ROUNDUP(A2 / 100,0)* 100

doc四舍五入至最接近的5 10 50 3

四舍五入到最接近的5/10/50/100

舍入到最接近的5 =回合(A2 / 5,0)* 5
舍入到最接近的10 =回合(A2 / 10,0)* 10
舍入到最接近的50 =回合(A2 / 50,0)* 50
舍入到最接近的100 =回合(A2 / 100,0)* 100

doc四舍五入至最接近的5 10 50 4


无需公式即可轻松地将数字向上或向下取整,甚至在Excel中取整

众所周知,有一些公式可以对数字进行四舍五入,但是您不想使用公式对数字进行四舍五入,Kutools for Excel 的 Round 实用程序可以帮您一个忙。 点击免费试用30天!
文档轮
Kutools for Excel:拥有300多个便捷的Excel加载项,可以在30天内免费试用。
 

最佳办公生产力工具

🤖 Kutools 人工智能助手:基于以下内容彻底改变数据分析: 智能执行   |  生成代码  |  创建自定义公式  |  分析数据并生成图表  |  调用 Kutools 函数...
热门特色: 查找、突出显示或识别重复项   |  删除空白行   |  合并列或单元格而不丢失数据   |   不使用公式进行四舍五入 ...
超级查询: 多条件VLookup    多值VLookup  |   跨多个工作表的 VLookup   |   模糊查询 ....
高级下拉列表: 快速创建下拉列表   |  依赖下拉列表   |  多选下拉列表 ....
列管理器: 添加特定数量的列  |  移动列  |  切换隐藏列的可见性状态  |  比较范围和列 ...
特色功能: 网格焦点   |  设计图   |   大方程式酒吧    工作簿和工作表管理器   |  资源库 (自动文本)   |  日期选择器   |  合并工作表   |  加密/解密单元格    按列表发送电子邮件   |  超级筛选   |   特殊过滤器 (过滤粗体/斜体/删除线...)...
前 15 个工具集12 文本 工具 (添加文本, 删除字符,...)   |   50+ 图表 类型 (甘特图,...)   |   40+ 实用 公式 (根据生日计算年龄,...)   |   19 插入 工具 (插入二维码, 从路径插入图片,...)   |   12 转化 工具 (小写金额转大写, 货币兑换,...)   |   7 合并与拆分 工具 (高级组合行, 分裂细胞,...)   |   ... 和更多

使用 Kutools for Excel 增强您的 Excel 技能,体验前所未有的效率。 Kutools for Excel 提供了 300 多种高级功能来提高生产力并节省时间。  单击此处获取您最需要的功能...

产品描述


Office Tab 为 Office 带来选项卡式界面,让您的工作更加轻松

  • 在Word,Excel,PowerPoint中启用选项卡式编辑和阅读,发布者,Access,Visio和Project。
  • 在同一窗口的新选项卡中而不是在新窗口中打开并创建多个文档。
  • 每天将您的工作效率提高50%,并减少数百次鼠标单击!
Comments (22)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
may i know how to set a formula which include 2 criteria, 1/2 remain 1/2 and every 3/4 round up to 1, e.g. 3/4->1, 1-3/4->2, 2-3/4->3
This comment was minimized by the moderator on the site
I want to round up in the same columm,

Example : 1201 to be 1250
This comment was minimized by the moderator on the site
I want to round up or down decimal places in the same columm,

Example : 12.49 to be 12 and 12.50 to be 13
This comment was minimized by the moderator on the site
I want to generate an IF formula that will help me round up or down decimals in the same column

example :

Cell A1 ----- 6.13 want it to round up to 6.49
Cell A2 ----- 6.74 want it to round up to 6.79
Cell A3 ----- 6.84 want it to round down to 6.79
This comment was minimized by the moderator on the site
Sorry, Jose, I do not understand your round up and down rule.
This comment was minimized by the moderator on the site
I want to generate an IF formula that will help me round up or down decimals in the same column

example :

Cell A1 ----- 6.13 want it to round up to 6.49
Cell A2 ----- 6.74 want it to round up to 6.79
Cell A3 ----- 6.84 want it to round down to 6.79
This comment was minimized by the moderator on the site
HOW TO ROUNDUP 2.5 =5 AND 7.8=10
This comment was minimized by the moderator on the site
Use this formula =mround("cell address where 2.5 or 7.8 is written in the excel sheet",5) i.e. if 2.5 is written in cell A1 then =mround(a1,5) and if 7.8 is written in cell B1 then =mround(b1,5)
This comment was minimized by the moderator on the site
Sorry I have no idea.
This comment was minimized by the moderator on the site
i need formula that will write 95000 as 90000 or 87000 as 80000, if figure 89000 then it should be 90000.
Means only 9 or above then should mround to 10 otherwise not
This comment was minimized by the moderator on the site
You can go to our forum to submit your question, someone may answer you. https://www.extendoffice.com/forum.html
This comment was minimized by the moderator on the site
HOW TO ROUND 50.49 =50 AND 50.50=60 AND 90.49=90 AND 90.50=100
This comment was minimized by the moderator on the site
Hello, you just need this formula =ROUND(reference, 0).
This comment was minimized by the moderator on the site
well articulated article, worked for me thanks
This comment was minimized by the moderator on the site
Can I use this in a formula? For example, I want the formula =(C118*D118)+50, but I want the answer to round up to the nearest five. So if C118 is 216, and D118 is 13, I want 2808 + 50 to round up to 2860. I'd like to to it all in the same column rather than adding a column. Thanks!
This comment was minimized by the moderator on the site
use this formula =ceiling((c118*d118)+50,10)
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations