Need some help:
how I can Merge all duplicate rows content (in a specific column) in data table
Hi,
Watch this video which help you to get duplicate rows in faster way => Combine Duplicate Row
Regards,
Rohit
hey, thank you very much.
however, i only need to merge the “Scope” Column
you can use my vba function
parameters:
- excel path
- Sheet name
- column to merge
MergeDuplicateUtil.zip (26.0 KB)
Note:
- MergeDuplicateUtil.xlsm = vba path
- TestMerge.xaml xaml with example code
- MergeDuplicatesTest.xlsx Example excel
Before
After