View Single Post
Old 12-08-2018, 07:40 PM   #9
kccrow kccrow is offline
MVP
 
kccrow's Avatar
 

Join Date: Oct 2011
Location: Michigan
Casino cash: $2857078
You could also separate it into more columns if you want... such as...
Column B Formula =IFERROR(CONCATENATE(TEXT(LEFT(A2,FIND(",",A2)-1),""),", ",TEXT(LEFT(MID(A2,FIND(" ",A2)+1,256),1),"")),"")

Column E Formula
=IFERROR(CONCATENATE(TEXT(LEFT(D2,FIND(",",D2)-1),""),", ",TEXT(LEFT(MID(D2,FIND(" ",D2)+1,256),1),"")),"")

Column G Formula
=IF(IFERROR(MATCH(IFERROR(CONCATENATE(TEXT(LEFT(A2,FIND(",",A2)-1),""),", ",TEXT(LEFT(MID(A2,FIND(" ",A2)+1,256),1),"")),""),$E$2:$E$16,0),0)<>0,"On Roster","Not On Roster")

Looks like this:
Posts: 12,687
kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.
    Reply With Quote