Hi,
So for my job, i'm screening a list that has a ton of URLs. And accepting rejecting them on the basis of keywords in the url. For example: =IF(ISNUMBER(SEARCH(".edu",A2)),"Reject"," ")
Another category of words I need to reject are city/town websites like www.picayune.ms.us where the format is generally www.cityname.XY.us where XY are the state initials.
Is there a way to identify the .xy.us format with an auto reject condition?
So for my job, i'm screening a list that has a ton of URLs. And accepting rejecting them on the basis of keywords in the url. For example: =IF(ISNUMBER(SEARCH(".edu",A2)),"Reject"," ")
Another category of words I need to reject are city/town websites like www.picayune.ms.us where the format is generally www.cityname.XY.us where XY are the state initials.
Is there a way to identify the .xy.us format with an auto reject condition?