View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Sort Rows by Value in a Column

Is this column in a List in xl2003? If not, double clicking on a column
header doesn't sort that I am aware of.

--
Regards,
Tom Ogilvy




"Emily" wrote:

Hi,

I have a spreadsheet with a column of boolean data (either TRUE or
FALSE). I'll need to sort the rows by this boolean value (so that I can
delete a chunk of rows whose value in this column is FALSE and keep
those rows those value in this column is TRUE).

Howver, when I double-click on the header of this boolean column,
nothing happened (they rows are not sorted). Any advice on how to sort?


-Emily