So lets say I have two columns on two different tabs.
tab1
col1      
apple       
banana  
grape     
strawberry
strewberry
tab2
col2
grape
berry
orange
strawberri
grape
All I would like to do is automatically have a column three which is simply an alphabetized list of unique values in both columns
Final Output
col3
apple       
banana  
berry
grape   
orange 
strawberri 
strawberry
strewberry
 
    
