A simple-minded solution:
Sort first on close date in ascending order. Then create a series in the column next to close date starting at 1. Then sort the whole thing on the series column in descending order.
Aladin
Sort the whole data in close date ascending order then just sort the data that has close dates in descending order.
Celia
Hi SJC
Asumming your "close date" are in Column A and your last Column in the table is Column D put this formula in E2:
=IF(A4="","Z","A")
Then your sort your entire table by Column D.
Dave
OzGrid Business Applications
Make that: =IF(A2="","Z","A")
OzGrid Business Applications
Using "close date" as the header for these dates
enter the following formula in a unused column
on the 1st data row, and copy down:
=IF('close date','close date',FALSE)
Sort these new values in descending order.