Sorting Date

C

CM

Hi All,

I have a spreadsheet that contains a column that displays each rows value as
a % of the total of the column. When I sort the data using different
criteria the %'s come undone?

Any thoughts on how to fix this.

Many thanks,

CM
 
J

Jason Morin

You need to make the reference in your SUM function
absolute (or at least fixing the row reference) using $.
For example:

=A1/SUM($A$1:$A$10)

HTH
Jason
Atlanta, GA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top