sorting problem

  • Thread starter Thread starter Yongguang.Qin
  • Start date Start date
Y

Yongguang.Qin

I know sorting puts all true blank cells go to the bottom of the list.
My question is:
Is it possible to make blank cells caused by formulae such as
IF(logical_test,value_if_true,"") also do the same?
 
I know sorting puts all true blank cells go to the bottom of the list.
My question is:
Is it possible to make blank cells caused by formulae such as
IF(logical_test,value_if_true,"") also do the same?

One way is to sort the column in descending order first. This puts all
non-blanks at the top but in reverse order. Then select all the cells
from the top down to the last non-blank and sort in ascending order.

Ken Johnson
 

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

Back
Top