K Karthik Nov 18, 2008 #1 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
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 Nov 18, 2008 #2 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.
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.