Good Afternoon,
Here is the information that I'm working with. This is a portion of an EDI ERROR email with the trading partner information (it always falls right after the FIRST /)
I have highlighted the portion that I want to parse to another column/cell. the position varios depending on the Trading Partner name but the TP ID always follows the FIRST / in every email.
OUR COMPANY NAME[11:11223344410]/ABC COMPANY INC[01:123456789]/810ANY</SPAN></SPAN>
OUR COMPANY NAME[11:11223344410]/ZZZZZ COMPANY INC[11:123456789]/852ANY</SPAN></SPAN>
OUR COMPANY NAME[11:11223344410]/THIS IS ANOTHER COMPANY INC[21:123456789]/850ANY</SPAN></SPAN>
OUR COMPANY NAME[11:11223344410]/A CO[01:123456789]/810ANY</SPAN></SPAN>
What I'm planning on doing is taking this new cell information and do a VLOOKUP to another spreadsheet to get their email address and then send them an email telling them that their EDI document failed due to syntax errors. I tried using find with mid but not working correctly. Any help would be greatly appreciated.
Bob
Here is the information that I'm working with. This is a portion of an EDI ERROR email with the trading partner information (it always falls right after the FIRST /)
I have highlighted the portion that I want to parse to another column/cell. the position varios depending on the Trading Partner name but the TP ID always follows the FIRST / in every email.
OUR COMPANY NAME[11:11223344410]/ABC COMPANY INC[01:123456789]/810ANY</SPAN></SPAN>
OUR COMPANY NAME[11:11223344410]/ZZZZZ COMPANY INC[11:123456789]/852ANY</SPAN></SPAN>
OUR COMPANY NAME[11:11223344410]/THIS IS ANOTHER COMPANY INC[21:123456789]/850ANY</SPAN></SPAN>
OUR COMPANY NAME[11:11223344410]/A CO[01:123456789]/810ANY</SPAN></SPAN>
What I'm planning on doing is taking this new cell information and do a VLOOKUP to another spreadsheet to get their email address and then send them an email telling them that their EDI document failed due to syntax errors. I tried using find with mid but not working correctly. Any help would be greatly appreciated.
Bob