View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Wright
 
Posts: n/a
Default sort data by criteria other than ascending or decending

Add a helper column with an IF statement for example, such
=IF(A1100,"TRUE","FALSE")

You can then sort on this column, plus any others you have.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------

"HV man" wrote in message
...
How do I sort data by criteria that is not ascending or decending -- such
as
greater than number in a particular cell.