Is there a way to create a relationship graph in Excel?

I have data about the relationship between each element in a set as seen in the table below:

table

Is there a way to create a relationship graph from this data as shown in the below illustration?

relationship graph

2

1 Answer

Excel doesn't have a native capability for that type of chart. However, depending on how much work you want to put in, an XY/Scatter chart can display almost anything-it's simply a series of connected points (series). The work is usually in making a sensible data layout is consistent for data entry.

Another Excel approach would be to use one of Mike Bostock's solutions. He's a wizard for visualizations and if you're comfortable with VBA, you can probably hack something together (I use his sankey diagram solution). Somewhere on his site he has a demo Excel workbook with several of his visualizations to play with. You can also find a D3 example on StackOverflow. And if you want to support D3 integration into Excel, please vote here.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like