how do you delete blank rows in a spreadsheet using an "if" funct

G

Guest

what syntax is correct in the false part of an "if" statement to delete a
blank row...eg =if( a1= "Tom", B1,{ what goes here to delete the row so as
blank rows are not returned}
 
T

Tom Ogilvy

Formulas can't be used to hide rows.

You can use a filter to hide rows based on a condition

select your data
Data=>filter=>Autofilter

select the column that has the values you want to filter on. Select the
dropdown and set the condition. so you would filter on Tom, so only rows
containing tom are visible.


Repeat the sequence to in the menu to remove the filter.
 

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