If I have an average (%) how to know the values of it...

sarstep1

New Member
Joined
Aug 4, 2017
Messages
2
Hello,
I have a table with attributes from 1,2...8 and respective percentages. If you see, with higher attributes, the percentages are also increasing.
For 6 and 7 I do not have percentages, but I have average of 6 and 7 that is 26,78%. I it possible to find the percentages of 6 and 7, if we know the average?
[TABLE="class: grid, width: 150"]
<tbody>[TR]
[TD]1[/TD]
[TD]0,03%[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]0,07%[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0,26%[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]1,05%[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]7,49%[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]100%[/TD]
[/TR]
</tbody>[/TABLE]

Thanks in advance.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
You would need to know one of the numbers. There are far to many ways to get an average of 26.78%

[TABLE="class: grid, width: 320"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent, align: right"][/TD]
[TD="width: 64, bgcolor: transparent, align: right"]1.00%
[/TD]
[TD="width: 64, bgcolor: transparent, align: right"]2.00%
[/TD]
[TD="width: 64, bgcolor: transparent, align: right"]3.00%
[/TD]
[TD="width: 64, bgcolor: transparent, align: right"]4.00%
[/TD]
[TD="width: 64, bgcolor: transparent, align: right"]5.00%
[/TD]
[TD="width: 64, bgcolor: transparent, align: right"]and so on[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"][/TD]
[TD="bgcolor: transparent, align: right"]52.56%
[/TD]
[TD="bgcolor: transparent, align: right"]51.56%
[/TD]
[TD="bgcolor: transparent, align: right"]50.49%
[/TD]
[TD="bgcolor: transparent, align: right"]49.56%
[/TD]
[TD="bgcolor: transparent, align: right"]48.56%
[/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]average[/TD]
[TD="bgcolor: transparent, align: right"]26.78%
[/TD]
[TD="bgcolor: transparent, align: right"]26.78%
[/TD]
[TD="bgcolor: transparent, align: right"]26.75%
[/TD]
[TD="bgcolor: transparent, align: right"]26.78%
[/TD]
[TD="bgcolor: transparent, align: right"]26.78%
[/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,885
Members
452,364
Latest member
springate

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