With your items (could be dates) in cells A1 to A8:
Cell B1:
=SUMPRODUCT(--($A$1:$A$6<$A1))+1+ROW(A1)/1000
Cell C1:
=RANK($B1,$B$1:$B$8,5)
Cell E1:
=ROW(A1)-ROW($A$1)+1
Cell F1:
=A1
Cell G1:
=SUMPRODUCT($E$1:$E$8,--($C$1:$C$8=$E1))
Cell I1:
=VLOOKUP($G1,$E$1:$F$8,2)
Copy B1 to I1 down.
Columns A, F and I must be formatted according to whether you have dates or
other type of text.
Column F contains the ordered list.
"Angela33" wrote:
> How do you make a column automatically place items in alphabetical order?
> Also, how do you make a column automatically put dates in order? Trying to
> create a chart with will help me to monitor my clients progress. Any advice
> will help!!
Bookmarks