Hi everyone
Here is my problem. I have an excel table with different columns filled with the same answers : yes ; no ; n/a ; -
Here is a visual idea of what this table looks like :
[TABLE="width: 200"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]yes
[/TD]
[TD]yes
[/TD]
[TD]no
[/TD]
[/TR]
[TR]
[TD]no
[/TD]
[TD]n/a
[/TD]
[TD]no
[/TD]
[/TR]
[TR]
[TD]-
[/TD]
[TD]-
[/TD]
[TD]yes
[/TD]
[/TR]
[TR]
[TD]n/a
[/TD]
[TD]yes
[/TD]
[TD]no
[/TD]
[/TR]
</tbody>[/TABLE]
And so on.
Now, I would like to count the number of yes ; no ; n/a ; - per column. (here for instance, for column A, it is : Yes : 1 ; No : 1 ; - : 1 ; N/A : 1)
First, I thought to use a pivot table. My problem is, I know how to do it column by column, but that way it will take ages.
So, I would like to know if there is a way to use a pivot table to do all the table at once, or if there is a better way than using a pivot table to do what I want to obtain.
Thanks,
Here is my problem. I have an excel table with different columns filled with the same answers : yes ; no ; n/a ; -
Here is a visual idea of what this table looks like :
[TABLE="width: 200"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]yes
[/TD]
[TD]yes
[/TD]
[TD]no
[/TD]
[/TR]
[TR]
[TD]no
[/TD]
[TD]n/a
[/TD]
[TD]no
[/TD]
[/TR]
[TR]
[TD]-
[/TD]
[TD]-
[/TD]
[TD]yes
[/TD]
[/TR]
[TR]
[TD]n/a
[/TD]
[TD]yes
[/TD]
[TD]no
[/TD]
[/TR]
</tbody>[/TABLE]
And so on.
Now, I would like to count the number of yes ; no ; n/a ; - per column. (here for instance, for column A, it is : Yes : 1 ; No : 1 ; - : 1 ; N/A : 1)
First, I thought to use a pivot table. My problem is, I know how to do it column by column, but that way it will take ages.
So, I would like to know if there is a way to use a pivot table to do all the table at once, or if there is a better way than using a pivot table to do what I want to obtain.
Thanks,