Abraxas365
New Member
- Joined
- Mar 22, 2019
- Messages
- 4
Ok, I got a bunch of data rows with the following kind of data:
FACILITYID</td><td>H1676</td></
FACILITYID</td><td>PN1354</td>
FACILITYID</td><td>61523/54712</
... and so on.
I need to extract the unique data, no matter the length, from each cell. Unfortunately, a lot of characters like "<" are repeated, so I don't know how to tell Excel to stop at a certain "<" and give me an answer with a variable length that doesn't include any "<" or "/" (except in situations like the 3rd row, where I need the 10 digit number separated by "/".
All cells begin with "FACILITYID</td><td>" and then it's the number I want, and then it's junk for a couple of characters that I don't need.
Any help would be appreciated!
FACILITYID</td><td>H1676</td></
FACILITYID</td><td>PN1354</td>
FACILITYID</td><td>61523/54712</
... and so on.
I need to extract the unique data, no matter the length, from each cell. Unfortunately, a lot of characters like "<" are repeated, so I don't know how to tell Excel to stop at a certain "<" and give me an answer with a variable length that doesn't include any "<" or "/" (except in situations like the 3rd row, where I need the 10 digit number separated by "/".
All cells begin with "FACILITYID</td><td>" and then it's the number I want, and then it's junk for a couple of characters that I don't need.
Any help would be appreciated!