sort data by criteria other than ascending or decending

G

Guest

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

Ken Wright

Add a helper column with an IF statement for example, such
=IF(A1>100,"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 :)
------------------------------­------------------------------­----------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sorting Spreadsheet Help 4
REMOVE SORT WARNING 2
VBA Macro help 1
Countif Function Help 1
Default Sort Order 4
Keeping Row 1 at the top during a Data Sort... 2
Date Modified sort issue. 1
Sorting Roman Number 3

Top