tweedle
Well-known Member
- Joined
- Aug 1, 2010
- Messages
- 1,559
I'm trying to run a manual A/F (no vba)
I have this criteria in the same cell [have gone through multiple iterations].
*DOW* - works, but includes 'windows' which is not desired.
LIKE "*dow*" and NOT LIKE "*windows*" -failed
*DOW* AND "<>*WIN*" - failed
Essentially, I'm trying to grab the records that match the subset LIKE *DOW* and exclude LIKE *windows* -- (I'm reading that now and not even sure it logically makes sense)
The Q: How to syntax the same-cell filter?
Appreciate any guidance.
I have this criteria in the same cell [have gone through multiple iterations].
*DOW* - works, but includes 'windows' which is not desired.
LIKE "*dow*" and NOT LIKE "*windows*" -failed
*DOW* AND "<>*WIN*" - failed
Essentially, I'm trying to grab the records that match the subset LIKE *DOW* and exclude LIKE *windows* -- (I'm reading that now and not even sure it logically makes sense)
The Q: How to syntax the same-cell filter?
Appreciate any guidance.