How do I delete even rows (2,4,6) in an excel?

K

Karthik

I have 1000 rows in a excel. I want to delete all alternative rows beginning
with 2 till 998. i dont know how to use this.

Please reply
 
G

Gary''s Student

Pick an un-used column and insert:
=MOD(ROW(),2) into, say Z2, and copy down

Autofilter column Z and then select rows with 0 in that column

Then delete the visible rows.
 

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