klingsc1 Posted May 3, 2010 Posted May 3, 2010 I have two fields: Field A contains date numbers: 733585 733586 733587 733588 733589 733590 733591 Field B contains date numbers: 733586 733587 733588 733589 733590 I need to be able to identify the number of dates in Field B that are also in Field A. The answer I would be looking for is 5 in this example. Any ideas on how to accompish this?? Relationship??
comment Posted May 4, 2010 Posted May 4, 2010 The context of your question is not quite clear: are the lines in your example individual records (in the same table?), or does ONE record hold multiple values in both fields?
klingsc1 Posted May 4, 2010 Author Posted May 4, 2010 I'm sorry - I should have been clearer. These are two fields in the SAME record. Each field has multiple values (Date Ranges)
comment Posted May 4, 2010 Posted May 4, 2010 Try = ValueCount ( FilterValues ( A ; B ) ) (assuming there are no duplicate values in field A)
Recommended Posts
This topic is 5378 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