ianklarson
New Member
- Joined
- Apr 26, 2016
- Messages
- 3
First, I want to thank everyone that contributes to these forums. I work extensively with Excel and often have to find creative solutions for culling large data sets, and up until now, I've always found answers to my questions without writing a post of my own. That said...I'm stuck. I have a document with well over ten thousand rows that contains information from support desk tickets. One column contains the free-text notes from analysts, and within these notes there is often a PC asset name. The names will predictably start with "sfhwxp" followed by 4 or 5 additional characters. The problem i have is that this is from a free-text notes field, and so the position of this character string is unpredictable. I'm looking for a what to find this string, copy it and paste it in an adjacent cell. I'm including an example below.
In my document, cell BH2 contains the following text:
"[TABLE="width: 729"]
<tbody>[TR]
[TD="width: 729"]11/1/2015 11:59:11 PM Email log in issues 11/1/2015 11:59:11 PM SFHWXPER07 - can't remote user's computer mail.xxxx.com/owa - confirmed username: XXXXXXX reset password - unsuccesful Logged out and back in to computer without issue 11/2/2015 8:05:26 AM John Smith Has responded to the event 11/2/2015 11:37:59 AM r/a to help user logon to webmail. 11/2/2015 12:13:24 PM Sam Smith Has responded to the event 11/2/2015 1:31:05 PM User will be in next Wednesday at 3pm........11/11/2015 3:53:29 PM Showed user how to login email...Closing ticket....11/19/2015 4:02:29 AM AR_ESCALATOR This event has been auto-closed by the system"[/TD]
[/TR]
</tbody>[/TABLE]
From this, the only piece that I care about is the "SFHWXPER07". I would like a formula that would find that string of characters and copy it into another column. Any ideas?
In my document, cell BH2 contains the following text:
"[TABLE="width: 729"]
<tbody>[TR]
[TD="width: 729"]11/1/2015 11:59:11 PM Email log in issues 11/1/2015 11:59:11 PM SFHWXPER07 - can't remote user's computer mail.xxxx.com/owa - confirmed username: XXXXXXX reset password - unsuccesful Logged out and back in to computer without issue 11/2/2015 8:05:26 AM John Smith Has responded to the event 11/2/2015 11:37:59 AM r/a to help user logon to webmail. 11/2/2015 12:13:24 PM Sam Smith Has responded to the event 11/2/2015 1:31:05 PM User will be in next Wednesday at 3pm........11/11/2015 3:53:29 PM Showed user how to login email...Closing ticket....11/19/2015 4:02:29 AM AR_ESCALATOR This event has been auto-closed by the system"[/TD]
[/TR]
</tbody>[/TABLE]
From this, the only piece that I care about is the "SFHWXPER07". I would like a formula that would find that string of characters and copy it into another column. Any ideas?