Excel Formula - Delete rom IF NOT ".pdf"
Closed
thedisreputable
-
Aug 19, 2010 at 11:01 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Aug 20, 2010 at 09:02 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Aug 20, 2010 at 09:02 AM
Hello,
I am having the most troubling of times trying to find the google answer to this question. I stumbled upon this forum and many of you seem extremely well versed in Excel formulas/macros. I have a spreadsheet with a single column of data (A1:A4000) containing a bunch of web "GET" requests. I want to delete every row that does not contain ".pdf" in the GET request line. Is there a formula I can use?
I don't care if it copies over the ".pdf" rows to another column or worksheet or deletes if NOT .pdf. I just want to get the ".pdf" data isolated from the rest. Please help me :(
I am having the most troubling of times trying to find the google answer to this question. I stumbled upon this forum and many of you seem extremely well versed in Excel formulas/macros. I have a spreadsheet with a single column of data (A1:A4000) containing a bunch of web "GET" requests. I want to delete every row that does not contain ".pdf" in the GET request line. Is there a formula I can use?
I don't care if it copies over the ".pdf" rows to another column or worksheet or deletes if NOT .pdf. I just want to get the ".pdf" data isolated from the rest. Please help me :(
Related:
- Excel Formula - Delete rom IF NOT ".pdf"
- Save as pdf office 2007 - Download - Other
- Pokemon black rom - Download - Role playing
- Pokemon platinum rom - Download - Role playing
- Number to words in excel formula - Guide
- Excel grade formula - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Aug 20, 2010 at 09:02 AM
Aug 20, 2010 at 09:02 AM
Actually you should not need a macro
you can use auto filter and use contains ".pdf "
you can use auto filter and use contains ".pdf "