I am trying to work out a percentage...
[TABLE="width: 500"]
<tbody>[TR]
[TD]COUNT[/TD]
[TD]ISSUES[/TD]
[TD]TOTAL[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]1[/TD]
[TD]8%[/TD]
[/TR]
</tbody>[/TABLE]
This is what I'm currently getting, however I want to flip it. So that the 8% in the total
column displays 92% instead.
So the count of 13 is 100%, minus the issues of 1 which is 8% which gives me a total of 92%.
How would I go about this?
Thanks for any help.
[TABLE="width: 500"]
<tbody>[TR]
[TD]COUNT[/TD]
[TD]ISSUES[/TD]
[TD]TOTAL[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]1[/TD]
[TD]8%[/TD]
[/TR]
</tbody>[/TABLE]
This is what I'm currently getting, however I want to flip it. So that the 8% in the total
column displays 92% instead.
So the count of 13 is 100%, minus the issues of 1 which is 8% which gives me a total of 92%.
How would I go about this?
Thanks for any help.