exact percentage of each cell

  • Thread starter Thread starter lea
  • Start date Start date
L

lea

how do i get the exact percentage of each cell in a row of numbers from the
total row amount
 
Exact percentage? Can you post a sample of your data as it is now, and
describe what you would like to see?

Regards,
Ryan--
 
If your data is in A1:A10 and the SUM is in A11 enter the following in B1

=A1/$A$11

Right click on B1, select percentage. Now drag it down.

Is this what you want?
 
Thanks, that was great

Gaurav said:
If your data is in A1:A10 and the SUM is in A11 enter the following in B1

=A1/$A$11

Right click on B1, select percentage. Now drag it down.

Is this what you want?
 
Back
Top