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.
--
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"robotman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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...
>
|