If you're just sorting that column, maybe you can convert it to values first.
Or copy the values to column I and sort both columns by column I.
Or you could select the whole range (A2:Hxx???) and sort by column G???
Since the table will be updated frequently, I don't want to do a copy
and paste special -> values every time I want to sort the table
(although that does work).
I've also tried summing the entire range, i.e. H2 is =SUM(A2:G2), and
then sorting Col H, but that doesn't solve the problem.
Any other ideas why the table won't sort correctly when sorting by
this column of SUMs?
Thanks...
Dave Peterson - 25 Aug 2007 01:02 GMT
When I selected A2:G(whatever), then sorted by column G, it worked ok for me.
> Since the table will be updated frequently, I don't want to do a copy
> and paste special -> values every time I want to sort the table
[quoted text clipped - 7 lines]
>
> Thanks...

Signature
Dave Peterson
Ragdyer - 25 Aug 2007 18:16 GMT
How can you sort a column of *relative* formulas?
The cell references will change with the new location of the formulas!
You'll need *absolute* referencing (=SUM($A$2,$C$2,$F$2,$G$2),
OR
Sort the *entire* datalist.

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> Since the table will be updated frequently, I don't want to do a copy
> and paste special -> values every time I want to sort the table
[quoted text clipped - 7 lines]
>
> Thanks...
scal - 26 Aug 2007 07:20 GMT
Do you have any blank rows in the data?