Formulas and sorting

  • Thread starter Thread starter Brux
  • Start date Start date
B

Brux

I've put formulas in eacg column C cell to get me the percentage of th
column B total in each cell of column B. Formula is B1=sum(B1:B10) and
this works but I can't sort and retain the proper percentage. Ther
must be a way to do this that would allow me to sort and maintain th
proper value. Any help
 
You need to make the reference to B1:B10 absolute. Use:

=B1/SUM($B$1:$B$10)

HTH
Jason
Atlanta, GA
 
Back
Top