View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Eliminate Blank Rown in a List - Then Create New List

Mike

The blank row 2 is created by formulas, right?

Autofilter for "non blanks" then copy the results to a new range.


Gord Dibben MS Excel MVP

On Thu, 14 Dec 2006 11:25:01 -0800, geither
wrote:

Hello,

Suppose I have the following:

A B C
1 John WD -100
2
3 Bob WD -200

This is a ist of items with 3 rows, but 1 row is blank. I want to keep row
2 there, because it is driven by formulae. I need to create a new list which
eliminates the blank row (#2).

Any ideas?

Thanks,

Mike