跳到主要内容

如何在Excel中将一个列中的所有值乘以一个数字成大量或除以整数?

对于数字列表,您可能需要为每个数字乘以一定的数字,如下图所示。 通常,您需要使用公式逐一计算它们。 在本文中,我们将向您展示两种方法,它们可以快速地一次将一个列中的所有值快速乘以或除以一个数字。

将Excel中的所有值乘以或除以质量
使用 Kutools for Excel 轻松将列中的所有值乘以或除以数字


将Excel中的所有值乘以或除以质量

您可以按以下方式将一列中的所有值乘以或除以某个数字。

1.在空白单元格中输入特定数字(例如,您需要将所有值乘以或除以数字10,然后在空白单元格中输入数字10)。 按下并复制该单元格 按Ctrl + C 键同时。

2.选择需要批量乘以的数字列表,然后单击 主页 > > 选择性粘贴。 看截图:

3.在 选择性粘贴 对话框中,选择 or 划分 在选项 操作 根据需要(在此处我们选择“相乘”选项),然后单击 OK 按钮。

您可以看到操作结果,如下图所示。


使用 Kutools for Excel 轻松将列中的所有值乘以或除以数字

操作 的工具 Kutools for Excel 可以帮助您轻松地在Excel中将某一列或范围内的所有值乘以或除以某个数字。 请浏览以获取更多详细信息。

申请前 Kutools for Excel首先下载并安装.

1.选择包含需要批量乘以或除以数字的值的列,然后单击 库工具 > 更多 > 操作。 看截图:

2.在 操作工具 对话框中,选择所需的操作类型 操作 框(此处选择 乘法 选项),在文本框中输入乘法操作数的特定数字,然后单击 OK 按钮。

然后,所有选定的单元格立即与某个数字相乘。

:

  • 您可以通过以下方式为列表创建公式: 创建公式 框。
  • 如果列表中已经有公式,则可以通过选中 跳过公式单元格 框。

  如果您想免费试用(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 (4)
Rated 0.5 out of 5 · 1 ratings
This comment was minimized by the moderator on the site
I need to divide a set amount of money between a row of numbers so that the total is the set number. IE, I have $5,000 to divide between 15 people so that each gets the same amount of money that totals up to $5,000. How do I do that?
This comment was minimized by the moderator on the site
Okay, so 4 pages of useless instructions? How do I divide the sum of 3 rows with a SINGLE NUMBER, such as B22:B24 "divided by 2" rather than some other stupid row? Why is this stupid application so bloody complicated?!
Rated 0.5 out of 5
This comment was minimized by the moderator on the site
Hi,
I don't particularly understand what you mean. If you want to divide the sum of every 3 rows in a column by a single number, such as the example you provided. The following formula can do you a favor. After getting the first result, use the AutoFill Handle to get the rest of the results.
=SUM(OFFSET($B$22,(ROW()-ROW($B$22))*3,0,3,1))/2
This comment was minimized by the moderator on the site
Hello,

I am trying to create a formula that will multiply certain numbers within a range (1-9) by specific numbers. For example if there is a 1 in a cell, I would like that to be multiplied by 24, if there is the number 2 in a cell I would like that to be multiplied by 13.5, if the number 3 is found in a cell I would like that to be multiplied by 10, the number 4 to be multiplied by 8.5, number 5 multiplied by 7.4, number 6 multiplied by 6.67, number 7 multiplied by 6.29, number 8 multiplied by 5.88, and number 9 multiplied by 5.56.

Essentially I am looking for this formula to convert numbers 1-9 to a scale of 50 and I am struggling with how to do that using conventional formulas found in excel or google sheets.

Anything you can do to help would be greatly appreciated. Thank you!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations