跳到主要内容

如何根据Excel中的另一列将行重复指定的次数?

您是否曾经尝试过根据另一个列值重复行,如下面的屏幕截图所示? 在本文中,我将介绍解决Excel中这项工作的方法。
doc根据第1列重复行

使用VBA根据另一个列值重复行

Kutools for Excel 根据另一列值重复行

Kutools for Excel 以固定时间重复行


使用VBA根据另一个列值重复行

在这里,我有一个代码,可以根据最后一列的值快速重复行。

1。 按 Alt + F11键 启用键 Microsoft Visual Basic应用程序 窗口。

2。 点击 插页 > 模块,然后复制下面的代码并将其粘贴到新代码中 模块 脚本。

VBA:根据另一个列值重复行

Sub CopyRow()
'UpdatebyExtendoffice20181011
Dim xRg As Range
Dim xCRg As Range
Dim xFNum As Integer
Dim xRN As Integer
On Error Resume Next
SelectRange:
xTxt = ActiveWindow.RangeSelection.Address
Set xRg = Application.InputBox("Select the number value", "Kutools for Excel", xTxt, , , , , 8)
If xRg Is Nothing Then Exit Sub

If xRg.Columns.Count > 1 Then
    MsgBox "Please select single column!"
    GoTo SelectRange
End If
Application.ScreenUpdating = False
For xFNum = xRg.Count To 1 Step -1
Set xCRg = xRg.Item(xFNum)
    xRN = CInt(xCRg.Value)
    With Rows(xCRg.Row)
    .Copy
    .Resize(xRN).Insert
    End With
Next
Application.ScreenUpdating = True
End Sub

doc根据第2列重复行

3。 按 F5 键,将弹出一个对话框,选择要基于其重复行的数字列表。
doc根据第3列重复行

4.单击“确定”,已根据选定的列值重复行。
doc根据第1列重复行


Kutools for Excel 根据另一列值重复行

如果你不擅长使用VBA,你可以试试 Kutools for Excel基于单元格值的重复行/列 功能,只需要两个步骤。

Kutools for Excel, 与超过 300 方便的功能,使您的工作更加轻松。 

1。 点击 库工具 > 插页 > 基于单元格值的重复行/列.
doc重复行固定时间1

2.在弹出的对话框中,选择 复制并插入行 在选项 Type 部分,然后选择要重复的范围 插入范围e 文本框,然后选择决定重复次数的列 重复次数 文本框。 请点击 Ok.
doc重复行固定时间1

然后行将被选定的列重复。
doc重复行固定时间1


Kutools for Excel 以固定时间重复行

如果您想以固定的时间重复行而又不逐行插入行,则可以尝试使用 插入空白行和列 填充空白单元格 的效用 Kutools for Excel 快速处理这项工作。
doc重复行固定时间1

安装后 Kutools for Excel,请执行以下操作:(立即免费下载Kutools for Excel!)

1.选择要重复行的数据范围,单击 库工具 > 插页 > 插入空白行和列。 然后在 插入空白行和列 对话框,检查 空白行 选项,然后输入 1间隔of文本框,然后键入要在其中重复行的数字 文本框。
doc重复行固定时间2

2。 点击 Ok,空白行已插入到每行下方。
doc重复行固定时间3

3.保持选中范围,然后单击 库工具 > 插页 > 填充空白单元格。 在 填充空白单元格 对话框,检查 基于价值Down 选项​​。
doc重复行固定时间4

4。 点击 Ok。 现在,空白单元格已填充上述值。
doc重复行固定时间5

最佳办公生产力工具

🤖 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 (5)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Update on my previous comment. It looks like it's not happening everytime but I can't see why some rows are working as expected and others aren't.
This comment was minimized by the moderator on the site
Hi, Megan Brennan, could you show me what rows the feature won't work at?
This comment was minimized by the moderator on the site
Hi there,

I've just tried the Repeat rows based on another column value by Kutools for Excel functionality and it seems to be squaring the (repeat value + 1).

For example if I have a repeat value for a row as 2, then it repeats that row another 8 times to make a total of 9 rows of the same data.
If I have a repeat value of 4, then it repeats that row for another 24 times to make a total of 25 rows of the same data.

So repeat value of 1 -> Total 4 rows -> Should be total of 2
2 -> Total 9 rows -> Should be total of 3
3 -> Total 16 rows -> Should be total of 4
4 -> Total 25 rows -> Should be total of 5
7 -> Total 64 rows -> Should be total of 8
This comment was minimized by the moderator on the site
Hi, how to move the repeated output to the side of the original data?
This comment was minimized by the moderator on the site
Hi,yiyun zhu, you can make a copy of the original data, then use above method to handle the copy one, and keep the original data .
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations