Hi
Trying to get a unique list from a range of cells in Columns A:D below
Normally I use =UNIQUE(A2:A10) but not sue how to use for a2:D20 especially if columns have different numbers of names
End result should be
Trying to get a unique list from a range of cells in Columns A:D below
Normally I use =UNIQUE(A2:A10) but not sue how to use for a2:D20 especially if columns have different numbers of names
alan | amy | tom | bob |
john | mary | jeff | mary |
bob | keith | keith | alan |
tom | bill | tom | mary |
bob | fred | ian | |
mavis | jack | john | |
keith | mary | ||
fred |
End result should be
alan |
amy |
bill |
bob |
fred |
ian |
jack |
jeff |
john |
keith |
mary |
mavis |
tom |