Hello,
I need help with a string formula. What I have is a string that is a combo of First Name, Last Name Initial, a dash, and then the company name. What I need is the dash, to the end removed.
Example of Data:
Kraft, D - Other
Fabrie J-Intel 3
Lindberg H-Unix-2-Tech Solutions
Results Needed:
Kraft, D
Fabrie J
Lindberg H
Some problems that you may run into is that sometimes there is a space between the last name initial and the dash, and sometimes there isnt. Also, there may be more than one dash, but I just want the first dash and over removed. Or I guess you could say the first character after the last name initial and over removed. Any help would be great. Thanks.
I need help with a string formula. What I have is a string that is a combo of First Name, Last Name Initial, a dash, and then the company name. What I need is the dash, to the end removed.
Example of Data:
Kraft, D - Other
Fabrie J-Intel 3
Lindberg H-Unix-2-Tech Solutions
Results Needed:
Kraft, D
Fabrie J
Lindberg H
Some problems that you may run into is that sometimes there is a space between the last name initial and the dash, and sometimes there isnt. Also, there may be more than one dash, but I just want the first dash and over removed. Or I guess you could say the first character after the last name initial and over removed. Any help would be great. Thanks.