Hi,
I have an Excel database with around 1000 rows of data. Data are arranged as below with around 300 names and with multiple skills for each Name.
Name skill
Shrinivas Excel
Shrinivas VBA
Veer C++
Veer UID
Veer Analytics
I need output like below using excel function and VBA both separately. Thanks for your help!
Name skill1 skill2 skill3
Shrinivas Excel VBA
Veer C++ UID Analytics
I have an Excel database with around 1000 rows of data. Data are arranged as below with around 300 names and with multiple skills for each Name.
Name skill
Shrinivas Excel
Shrinivas VBA
Veer C++
Veer UID
Veer Analytics
I need output like below using excel function and VBA both separately. Thanks for your help!
Name skill1 skill2 skill3
Shrinivas Excel VBA
Veer C++ UID Analytics