motosantiago
New Member
- Joined
- May 27, 2011
- Messages
- 1
Any idea how to accommodate wildcard (*) values in a COUNTIF formula?
For example, I have one large list of company descriptions:
-Fire Damage Restoration
-Fire Damage
-Fire Damage Repiar (spelling mistake purposeful)
-Fire Damage Repair
-Fire Repair Services
-Fire Prevention
-Fire Prevention Services
I need to filter the above list and highlight/remove any phrases that are not also on another list. The tricky part is that the other list contains wildcard phrases, such as:
-Fire Damage*
-Fire Repair*
For example, these should be removed:
-Fire Prevention
-Fire Prevention Services
And these should remain:
-Fire Damage Restoration
-Fire Damage
-Fire Damage Repiar (spelling mistake purposeful)
-Fire Damage Repair
-Fire Repair Services
I tried =MAX(ISNUMBER(SEARCH(whitelist!$A$2:$A$3,A2))+0)
This works ok, but it is ridiculously slow and kills the whole workbook.
Thank you!
For example, I have one large list of company descriptions:
-Fire Damage Restoration
-Fire Damage
-Fire Damage Repiar (spelling mistake purposeful)
-Fire Damage Repair
-Fire Repair Services
-Fire Prevention
-Fire Prevention Services
I need to filter the above list and highlight/remove any phrases that are not also on another list. The tricky part is that the other list contains wildcard phrases, such as:
-Fire Damage*
-Fire Repair*
For example, these should be removed:
-Fire Prevention
-Fire Prevention Services
And these should remain:
-Fire Damage Restoration
-Fire Damage
-Fire Damage Repiar (spelling mistake purposeful)
-Fire Damage Repair
-Fire Repair Services
I tried =MAX(ISNUMBER(SEARCH(whitelist!$A$2:$A$3,A2))+0)
This works ok, but it is ridiculously slow and kills the whole workbook.
Thank you!