I have a spreadsheet with 4 x 1 table. Each cells contains a list of names(separated by comma). Now I would like to extract names that appear in all list and put them all in a new list(also separated by comma) in column F. In the following example 'Michael,John' should appear in F1. Is there any solution?
Example:
         A                          B                         C                       D                         E                            F
Michael,John,Ann      Michael,John,Peter,Patrick      Michael,John,Peter      Michael,John,Alex       Michael,John,Jason,Alex
 
     
     
    