Comparing 2 Arrays and return missing values
I'm working on comparing 2 arrays to see who is missing from a list: 1st array has a name and license, "John Doe, Exchange Online" 2nd array just has names "John Doe".
If 2nd array is missing a name from the 1st array then it should return the full value from the 1st array
1st Array 2nd Array New Array
John Doe, Exchange Online John Doe Danny Smith, Enterprise Online
Danny Smith, Enterprise Online Scott Jones
Scott Jones, Exchange Online