I have a large data table and want to delete every other row. Is there a way to do this with one command or does one have to go through the table manually removing every other line? I attach a sample of the table and I wish to remove all the lines with 3651 under 'final' and 'max'.
I assume both of your columns are character columns, you can select both of those columns, right click on column header and create new formula column with concatenate
Then select one of those rows which has "3651 3651", right click, select matching cells and finally delete rows