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...

SmartphoneTabletLaptopPCOther
x
x
xxx
x
x

<tbody>
</tbody>

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

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
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...

Device Usage
Other0
PC2
Laptop4
Tablet2
Smartphone5

<tbody>
</tbody>

...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,216,322
Messages
6,130,045
Members
449,554
Latest member
andyspa

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