#VALUE ! AND 0
How do I get rid of these when I use this code
=MID(LEFT(ues!C2,LEN(ues!C2)-11),FIND(" ",ues!C2)+1,255)&", "&LEFT(ues!C2,FIND(" ",ues!C2))
and this one too
=MID(LEFT(ues!C2,LEN(ues!C2)-11),FIND(" ",ues!C2)+1,255)&", "&LEFT(ues!C2,FIND(" ",ues!C2))&"ICE"