0
This is my first time posting here, so bear with me.
I have the following string of characters in Cell A1:
C.CompanyName_E.234500_Y.Boston_S.Massachusetts_S.800x600_
I want to parse CompanyName (Text Between C. and _) into B2, 234500 into C2 (The number 234500 between E. and _), Boston (Text between Y. and _) into D2, and so on...
What is the best way to split a string of text based on two different characters? in this case X. and _
Thanks
