Eliminating Spaces

J

JB

How do I eliminate all rows without any entries without having to go into
each row individually?
 
D

Dave O

Sort alphabetically, which will group blank cells after filled cells.

If you need to revert back to the order the rows are currently in,
1. Insert a column and number each column;
2. Alpha sort on a column that contains blanks;
3. Delete rows that contain a row number and blanks;
4. Sort on the row number column.
 
J

JB

Thank you but this only elimianted the line row that I had highlighted. The
alpha sort did the trick.
 
Top