Thread: sorting rows
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default sorting rows

Ryan

Select ALL the columns you want sorted together.

DataSort select your date column and ascending or descending.

If you need some other sort criteria such as by month or year post back with
details.

Gord Dibben Excel MVP

On Sun, 01 Aug 2004 22:41:00 GMT, "Ryan H." wrote:

Hi,

I have a column that contains dates, and adjacent columns that contain data.

How can I sort the rows with respect to the dates?

Thanks