Hello!
I have a worksheet that is massive that is used for incentives. It is roughly 50,000 rows by 35 columns wide. It takes quite a bit of time to reoganize it and set it up so that it only contains the data I need. I have to do this once a month and would like to make it easier!
What I'm looking to be able to do is the following, how hard would it be to do it all in a single macro?
1) Delete any row where Column O doesn't contain either "CHECKED OUT" or "CHECKED IN"
2) Delete any row where Column AD is less than 1
3) Delete any row where Column AF is less than 69
4) Delete any row where Column AH doesn't equal CKOT
5) Sort by column X
6) Insert formulas into columns AJ2:AR2 until the end of the sheet and format them to a predetermined format (i.e. red fill for AJ, blue for AK, etc).
I can do each of the delete passes as seperate macros, but they go line by line, and as you could imagine it takes forever to go through 50,000 rows to get to the ~30,000 that are actually useful to me. I'm trying to limit the time it takes to clean up this data and my attempts to automate it actually make it take longer (although, less effort but that's useless if it takes it 30min to automatically do it).
Edit: If I'm not clear on what I'm looking for, tell me and I can try to setup an example sheet, but I cannot supply the actual sheet im using with real data because it contains a significant amount of confidential information.
Bookmarks