Data Sort Not Sorting Correctly in ExcelID: Q48254
|
After you perform a data sort on a range, the range seems to have sorted and returned to its original unsorted order. (NOTE: in version 5.0, Microsoft Excel prompts you if you select a range contained within a contigious range of data.)
This problem occurs if the data you are sorting is composed of the results
of formulas. The results may be sorted and appear sorted for a moment, but
the formulas recalculate and the original results return to the cells.
To avoid this problem, make sure that the source cells for the calculations
in the formulas are sorted as well.
What You See What Is Really There
------------ --------------------
A1: 1 B1: 2 A1: 1 B1: =A1+1
A2: 0 B2: 1 A2: 0 B2: =A2+1
A1: =FOR.CELL("curcell",,TRUE)
A2: =FORMULA(FORMULA.CONVERT(GET.CELL
(6,curcell),TRUE,FALSE,1,curcell),curcell)
A3: =NEXT()
A4: =RETURN()
Additional query words: 7.00 2.00 2.01 2.10 2.20 2.21 3.00 4.00 4.00a
Keywords :
Version : 2.x 3.x 4.x 5.00 5.00c 7.00
Platform : WINDOWS
Issue type :
Last Reviewed: March 15, 1999