Deleting rows based on IF statement

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I delete a row based on an IF statement?

For example, if cell h2=C and if cell k2 = zero, then delete that row.

Thank you.
 
I would apply Data|Filter|Autofilter to the whole range.

Then I'd filter on column H to show "C"
Then I'd filter on column K to show 0

Then delete those visible rows

Then Data|Filter|show all
to see everything left.
 

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

Back
Top