N
Nikki
I need to compare the count of an amount of matches in one column to a match
of a dataset in 2 columns- An example is best:
Column 1 Column 2 Result
2 1 1
2 1 1
2 1 1
2 1 1
3 4 blank
3 5 blank
So in looking at column 1 and 2 if the count of column 1 equals the count of
column 1 and 2 matching then the new column equals column 2. If the count of
column 1 and the count of column 1 and 2 matching is not equal the new column
is blank.
I am willing to go a few steps to do it. Any ideas would be appreciated!
Thanks,
Nikki
of a dataset in 2 columns- An example is best:
Column 1 Column 2 Result
2 1 1
2 1 1
2 1 1
2 1 1
3 4 blank
3 5 blank
So in looking at column 1 and 2 if the count of column 1 equals the count of
column 1 and 2 matching then the new column equals column 2. If the count of
column 1 and the count of column 1 and 2 matching is not equal the new column
is blank.
I am willing to go a few steps to do it. Any ideas would be appreciated!
Thanks,
Nikki