Hi Lyndy256,

you can use below formula in Cell B2, & then Copy down till end of your data


=IF(ISERROR(FIND(" ",A2,1)),"",RIGHT(A2,LEN(A2)-FIND("#",SUBSTITUTE(A2," ","#",LEN(A2)-LEN(SUBSTITUTE(A2," ",""))))))