Condensing Rows Automatically

J

Jason

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
 
B

Bob Umlas

This may work for you...
Select all the cells, use edit/goto... click Special, click Formulas & OK,
then Edit/Copy, then click somewhere (B1?) and press enter. You'll have all
the data together as values & no blank rows.
Bob Umlas
Excel MVP
 
S

Sloth

Select the data
Data->Filter->AutoFilter
Use the filter option (NonBlanks)
This will hide all rows with a blank entry.
 

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