A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
With Pozzan "null<at>null.com" in A1 and Kane in A2, put this in an unused column to the right,
=IF(ISNUMBER(FIND(CHAR(64),A1)),LOWER(TRIM(MID(SUBSTITUTE(A1,CHAR(34), REPT(CHAR(32),99)),99,99))),"")
In a column beside that, use this,
=IF(ISNUMBER(FIND(CHAR(64),A1)),A2&CHAR(32)&TRIM(LEFT(SUBSTITUTE(A1,CHAR(34),REPT(CHAR(32),99)),99)),"")
Then fill down as necessary. Copy the results and Paste Special, Values to get the values from the formulas and sort or filter them to remove the blank spaces.