April 27, 200718 yr I have a field (KEEP) which contains characters. KEEP = "a b c x y z" I have a second field (REMOVE) which contains characters that I want to remove from the first field. REMOVE = "a y z" So the result i would be looking for would be: RESULT = "b c x" How can I do this via a calculation? I need a sort of reverse filter function? Thanks
Create an account or sign in to comment