converting rows of cells containing "X" into pie chart

wootcat

New Member
Joined
Mar 20, 2018
Messages
7
I have a table with a set of columns indicating devices being used by participants, like so...

[TABLE="width: 300"]
<tbody>[TR]
[TD="align: center"]Smartphone[/TD]
[TD]Tablet[/TD]
[TD="align: center"]Laptop[/TD]
[TD="align: center"]PC[/TD]
[TD="align: center"]Other[/TD]
[/TR]
[TR]
[TD="align: center"]x[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]x[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]x[/TD]
[TD="align: center"]x[/TD]
[TD="align: center"][/TD]
[TD="align: center"]x[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]x[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]x[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]

What chart would you recommend ( if any ) to show that Person1 uses Smartphone; Person2 uses Laptop; Person3 uses Smartphone, Tablet, PC; etc.?

If no chart is really appropriate, that's okay. I was just looking for a more visual way to present this information.

Thanks!
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
I should have thought about this more before posting...

Maybe what I want is a chart (bar?) showing % of use for each device? X% use Smartphones, Y% use Tablets, etc.?

I've created a "charts" sheet, where I've used COUNTA to create a small table of device counts...

[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]Device Usage[/TD]
[/TR]
[TR]
[TD]Other[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]PC[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Laptop[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Tablet[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Smartphone[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]

...but I am unsure how to turn this into a chart showing percentages.

Thanks!
 
Upvote 0
A column chart of bar chart sounds about right. You can use one axis to show the quantity and the other to show % of total

2m92NxX.png
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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