You can use 'Go To'>'special'>'blanks' if you are looking for empty cells in
a column.
When you range is more than one-column and you are looking for rows with all
cells blank
you can add a new column, concatenate all cells from your range, paste the
formula into all
rows and then perform 'Go To'>'special'>'blanks' on that column.
Alternatively you can use
autofilter if your new column is adjacent to your range.
regards
But if you concatenate the cells in that row into that helper cell, then that
cell won't be blank. It'll contain the formula that concatenates the other
cells.
Applying Data|filter|autofilter and filtering on just the blank cells and
deleting those visible rows would work nicely though.
Or you could use this formula, too:
=counta(a1:x1)
Then filter on that column to show the 0's and delete those visible rows.
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.