Creating Graphical clusters of most common combintions

Anupama

New Member
Joined
Jun 18, 2018
Messages
1
Hi ALl, I am trying to create most common cluster from a table containing people technical skills.

For Eg: if I take Java, I want to know what are the most common skill combinations people posses along with Java. If you see the table below:
NameSkill1Skill2Skill3Skill4Skill5
Person 1JavaOraclePL/SQLAngularAnalytics
Person 2AngularUNIXScriptingBigDataPython
Person 3OraclePL/SQLJavaAngular
Person 4JavaR Programming
Person 5OracleMachine LearningUNIX
Person 6PythonBigDataScripting
Person 7JavaAngularOracle
Person 8BigDataNoSQlJavaAngular

<colgroup><col width="64" span="6" style="width:48pt"> </colgroup><tbody>
</tbody>


Here If I in a graph select Java, I shud get, either in a table or visually in a graph, the below result:

Expected Outcome
Filter = Java
ClusterCount
Java,Angular4
Java, Angukar, Oracle3
Java, Angular, Oracle, PL/SQL2
Java, Angular.BigData, NoSQL1
Java, R Programming1

<colgroup><col><col><col span="2"></colgroup><tbody>
</tbody>
How do I go about this?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Hi

A simple way is to add 2 columns, one with the skill set, where you concatenate the skills, and the other with the respective count (just in the first appearance, the others with 0).

To get for ex. the skill sets with Java, just filter the skill set column with "Contains" and the count >0.
 
Upvote 0

Forum statistics

Threads
1,214,845
Messages
6,121,902
Members
449,053
Latest member
Guy Boot

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top