I'm working with a large data set and attempting to build a Macro to clean up and format the data. This data set is updated and released yearly, my thought here is to create a Macro that I can dump the file in every year and have it cleaned up and formatted so as to save time.
Column B has an amount of digits that varies from 1-6, For example:
Column B
1
52
243
5434
13456
785324
I simply want to delete all of the rows that have a total of 5-6 digits in Column B and keep the rows with 1-4 total digits in Column B.
Notes: I'm referring to the number of digits not the number values.
As in 13456 = 5 digits = Delete and 243 = 3 digits = Keep
Each record runs from columns A:O
Total number of Rows is 976272
I am learning as i go during this process, so I would appreciate any help you can provide.
Column B has an amount of digits that varies from 1-6, For example:
Column B
1
52
243
5434
13456
785324
I simply want to delete all of the rows that have a total of 5-6 digits in Column B and keep the rows with 1-4 total digits in Column B.
Notes: I'm referring to the number of digits not the number values.
As in 13456 = 5 digits = Delete and 243 = 3 digits = Keep
Each record runs from columns A:O
Total number of Rows is 976272
I am learning as i go during this process, so I would appreciate any help you can provide.