I have string values in my excel data input [E-mail] like below, and i am trying to parse the name "Kkkkk,·Ersal" from it by finding the "<" in the string.
Kkkkk,·Ersal·<Ersal.Kkkkk@Test.com>
However the FindString function FindString("<",[E-mail]) only returns -1
Any suggestions?
Thanks!