spencerp237
New Member
- Joined
- Feb 24, 2017
- Messages
- 26
I have a previously asked a similar question to this here:
https://www.mrexcel.com/forum/excel...ontains-certain-text-specific-range-data.html
But never really got a resolution and it has expanded a bit.
I have a sheet with about 12000 rows of data. I will have somewhere between 4-6 criteria where if met, the rows would need to be deleted. I know I could write For loops for them but even doing that for 2 criteria takes a ridiculously long time to run. I am most interested in learning about faster ways of sorting through data like this for specific things.
Some examples of the criteria I have are:
1. Value in Column V is < 200
2. Value in Column O is in the range A2:A on Sheet8
3. Value in Column X is "Exclude"
4. Value in Column Y is "Exclude"
5. Value in Column E <> Blank
If any of these are met, I would need the entire row deleted
Thanks,
https://www.mrexcel.com/forum/excel...ontains-certain-text-specific-range-data.html
But never really got a resolution and it has expanded a bit.
I have a sheet with about 12000 rows of data. I will have somewhere between 4-6 criteria where if met, the rows would need to be deleted. I know I could write For loops for them but even doing that for 2 criteria takes a ridiculously long time to run. I am most interested in learning about faster ways of sorting through data like this for specific things.
Some examples of the criteria I have are:
1. Value in Column V is < 200
2. Value in Column O is in the range A2:A on Sheet8
3. Value in Column X is "Exclude"
4. Value in Column Y is "Exclude"
5. Value in Column E <> Blank
If any of these are met, I would need the entire row deleted
Thanks,