Merging all duplicate rows content (in a specific column) in data table

Need some help:
how I can Merge all duplicate rows content (in a specific column) in data table

Capture

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:

  1. excel path
  2. Sheet name
  3. column to merge

MergeDuplicateUtil.zip (26.0 KB)

Note:

  • MergeDuplicateUtil.xlsm = vba path
  • TestMerge.xaml xaml with example code
  • MergeDuplicatesTest.xlsx Example excel

Before
image

After
image