W
willg
Hi
I wonder if anyone has any advice on the following? I'm sure there
must be a simple way of doing this but I'm being too dim at the
moment.
I have two lists, each relating a name to a cost centre, both in the
following format:
cost centre name
89 Fred Bloggs
89 Steve Jones
36 Jane Smith
65 Jane Smith
23 Englebert Humpledink
etc.
I need to find which pairs of name and cost centre appear against one
another in both lists. My stumbling block is that there are multiple
identical values in both the cost centre and the name column.
My first thought was to use something like vlookup / match to identify
an instance of a given cost centre, then offset and an if statement to
check if the adjacent name also matches, but this is no good as they
only return on the first instance of the value.
Forgive my ignorance, but please can anyone help?
Many thanks!
I wonder if anyone has any advice on the following? I'm sure there
must be a simple way of doing this but I'm being too dim at the
moment.
I have two lists, each relating a name to a cost centre, both in the
following format:
cost centre name
89 Fred Bloggs
89 Steve Jones
36 Jane Smith
65 Jane Smith
23 Englebert Humpledink
etc.
I need to find which pairs of name and cost centre appear against one
another in both lists. My stumbling block is that there are multiple
identical values in both the cost centre and the name column.
My first thought was to use something like vlookup / match to identify
an instance of a given cost centre, then offset and an if statement to
check if the adjacent name also matches, but this is no good as they
only return on the first instance of the value.
Forgive my ignorance, but please can anyone help?
Many thanks!