Hello Community,
I have spreadsheets sent to me that need to be scrubbed for consistency before they are sent off. My knowledge of VBA code is rudimentary at best. These sheets can contain 2500+ lines of content, the amount is always different but the content needing to be outed is always consistent.
some of the things I am needing to scrub are:
- If a column contains cells in all caps (or just generally making sure if it is 'proper' format or not)
- If a column contains cells that contain special characters
- If there are any duplicates of information within the worksheet (this could mean the whole row or just comparing results in the column, like if there is a duplicate phone number)
Minimally, I need these things highlighted to have the answers stand out. In a perfect situation, having the information that matches the criteria to be relocated to the top of the worksheet.
Only restraint is that all info on a single row needs to stay with one another.
Very new to this community and reaching out to the more knowledgeable than I.
Thank you for taking the time to help with this. It is greatly appreciated!
-Chad
I have spreadsheets sent to me that need to be scrubbed for consistency before they are sent off. My knowledge of VBA code is rudimentary at best. These sheets can contain 2500+ lines of content, the amount is always different but the content needing to be outed is always consistent.
some of the things I am needing to scrub are:
- If a column contains cells in all caps (or just generally making sure if it is 'proper' format or not)
- If a column contains cells that contain special characters
- If there are any duplicates of information within the worksheet (this could mean the whole row or just comparing results in the column, like if there is a duplicate phone number)
Minimally, I need these things highlighted to have the answers stand out. In a perfect situation, having the information that matches the criteria to be relocated to the top of the worksheet.
Only restraint is that all info on a single row needs to stay with one another.
Very new to this community and reaching out to the more knowledgeable than I.
Thank you for taking the time to help with this. It is greatly appreciated!
-Chad