Hi, this is my first post so please let me know any mistakes.
I have a worksheet of 10,000 rows containing data seperated into multiple columns. I want to select all the cells in one column that don't contain a user input value and then delete all the rows containing those cells.
I can do this with a loop but it takes far too long. I'm really looking for any method that can quickly get rid of the unwanted rows that doesn't use loops.
I have a worksheet of 10,000 rows containing data seperated into multiple columns. I want to select all the cells in one column that don't contain a user input value and then delete all the rows containing those cells.
I can do this with a loop but it takes far too long. I'm really looking for any method that can quickly get rid of the unwanted rows that doesn't use loops.