View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LiAD LiAD is offline
external usenet poster
 
Posts: 386
Default Eliminating blanks

Yes,

I am looking for a formula that could do it on auto actually. I have tried
several formulas but this one is a bit past me.

Do you know is it possible with a formula?
Thanks

"Jacob Skaria" wrote:

Select the range. Press F5. From Goto window select blanks. OK Right click
delete cellsEntire Row..OK

If this post helps click Yes
---------------
Jacob Skaria


"LiAD" wrote:

Hi,

Is there a function i could use please to reduce the size of a list. I have
a list of names in col A, with values in B etc, in between certain cells may
be a range of blank cells.

So if i start with a list such as

Bill 2
(blank)
Fred 3
Dave 1
(blank)
(blank)
Wilma 3

The output I would like to generate is

Bill 2
Fred 3
Dave 1
Wilma 3

Thanks