Calculate Percentage for matrix data

rajamdade

New Member
Joined
Jun 14, 2014
Messages
35
Office Version
  1. 2016
Platform
  1. Windows
Below is the sample of data in matrix form (4000x4000), i need to find out percentage as shown:

[TABLE="class: grid, width: 832"]
<tbody>[TR]
[TD="width: 64"][/TD]
[TD="width: 64"]GBCAT-1[/TD]
[TD="width: 64"]GBCAT-2[/TD]
[TD="width: 64"]GBCAT-3[/TD]
[TD="width: 64"]GBCAT-4[/TD]
[TD="width: 64"]GBCAT-5[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"]%[/TD]
[TD="width: 64"]GBCAT-1[/TD]
[TD="width: 64"]GBCAT-2[/TD]
[TD="width: 64"]GBCAT-3[/TD]
[TD="width: 64"]GBCAT-4[/TD]
[TD="width: 64"]GBCAT-5[/TD]
[/TR]
[TR]
[TD]GBCAT-1[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]0.226[/TD]
[TD="align: right"]0.234[/TD]
[TD="align: right"]0.216[/TD]
[TD="align: right"]0.248[/TD]
[TD][/TD]
[TD]GBCAT-1[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[/TR]
[TR]
[TD]GBCAT-2[/TD]
[TD="align: right"]0.226[/TD]
[TD="align: right"]0
[/TD]
[TD="align: right"]0.235[/TD]
[TD="align: right"]0.208[/TD]
[TD="align: right"]0.194[/TD]
[TD][/TD]
[TD]GBCAT-2[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[/TR]
[TR]
[TD]GBCAT-3[/TD]
[TD="align: right"]0.234[/TD]
[TD="align: right"]0.235[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]0.21[/TD]
[TD="align: right"]0.249[/TD]
[TD][/TD]
[TD]GBCAT-3[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[/TR]
[TR]
[TD]GBCAT-4[/TD]
[TD="align: right"]0.216[/TD]
[TD="align: right"]0.208[/TD]
[TD="align: right"]0.21[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]0.195[/TD]
[TD][/TD]
[TD]GBCAT-4[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[/TR]
[TR]
[TD]GBCAT-5[/TD]
[TD="align: right"]0.248[/TD]
[TD="align: right"]0.194[/TD]
[TD="align: right"]0.249[/TD]
[TD="align: right"]0.195[/TD]
[TD="align: right"]0[/TD]
[TD][/TD]
[TD]GBCAT-5[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[TD]%[/TD]
[/TR]
</tbody>[/TABLE]


Please suggest formula or script, thank you!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Percentage of what? Give some examples.
 
Upvote 0
Percent of the total of all 16 million cells?
 
Upvote 0
Now, Ive got an alternative software to do that work! Thanks shg for your time!
 
Upvote 0

Forum statistics

Threads
1,226,729
Messages
6,192,696
Members
453,747
Latest member
tylerhyatt04

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