Ballycroy Posted April 17, 2007 Posted April 17, 2007 The FilterValues function shows returned-delimted items that are common to both lists in 2 different fields: FieldONE John Sam Gordon FieldTWO John Sam FilterValues(FieldONE; FieldTWO) Returns John Sam [color:green]Question: How do I get the difference: Gordon
The Shadow Posted April 17, 2007 Posted April 17, 2007 Here's a custom function for it: http://www.clevelandconsulting.com/support/viewtopic.php?t=120
mr_vodka Posted April 17, 2007 Posted April 17, 2007 If you want the items that are not common in both lists then try this custom function. XORValues CF However, If you want to remove the items listed in List B from list A, then try this Custom Function ZapValues CF
Recommended Posts
This topic is 6491 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now