is it possible to with a formula or vba to delete an entire row where some string exists in a field
for example, if A1 has “string1” and A234 has “string1” then i want to keep only 1 of that row
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had a hunch that you’re just looking to delete rows without necessarily making a macro.
My solution to this one-time issue is to manually use the Remove Duplicates feature of Excel 2007+ under the Data tab; some people overlook this quick-and-painless feature.