View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] Jason@jasonholm.com is offline
external usenet poster
 
Posts: 2
Default Condensing Rows Automatically

Hello all.

I'm trying to condense rows on an Excel sheet to remove blank lines.

I need to to pull two columns worth of information from another sheet
first, this will create some blank rows. After I pull these rows I
want to remove the blank lines such that the page will print nicely. A
problem I fear is that the page that contains the blanks lines uses
formulas to pull the information.

E.g.

Bob 12
Sam 11

Ted 10


Sue 9

Red 8

Would become:

Bob 12
Sam 11
Ted 10
Sue 9
Red 8