Removing blanks / sorting - common methods not applicable

D

Dark_Templar

I know several ways to remove blank cells, however none really works
here.

Autofilter doesn't work because I need a dynamic method

-=IF(ROW()-ROW(NoBlanksRange)+1>ROWS(BlanksRange)-
COUNTBLANK(BlanksRange),"",INDIRECT(ADDRESS(SMALL(
(IF(BlanksRange<>"",ROW(BlanksRange),ROW()+ROWS(BlanksRange))),
ROW()-ROW(NoBlanksRange)+1),COLUMN(BlanksRange),4)))-
...doesn't work either because it doesn't consider the sorting.

In the attached file: The number 40658 has certain dates assigned to
it.
If aboves methode is being used, the dates are all messed up.
(Autofilter would do the trick , but its not dynamic)

How do I dynamically remove the blank cells/rows and keep the sorting
intact?


+-------------------------------------------------------------------+
|Filename: Example.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4811 |
+-------------------------------------------------------------------+
 

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

Top