So here we have two columns of names. Some are unique, some are duplicating. I am trying to find a formula that will extract each name only once and list them in column C.
I've tried a few different formulas from here and the web, but they are mostly looking for unique names and don't include the names that occur more than once. Any assistance is appreciated.
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | LIST A | LIST B | LIST OF SINGLE NAMES | ||
2 | BOB | LINDA | BOB | ||
3 | LINDA | TOM | LINDA | ||
4 | CAROL | BOB | CAROL | ||
5 | LINDA | CAROL | BRUCE | ||
6 | BRUCE | JERRY | CINDY | ||
7 | BOB | FRED | TOM | ||
8 | CINDY | JERRY | |||
9 | TOM | FRED | |||
10 | JERRY | ||||
11 | |||||
Sheet1 |
I've tried a few different formulas from here and the web, but they are mostly looking for unique names and don't include the names that occur more than once. Any assistance is appreciated.