khawarameer
Board Regular
- Joined
- Jun 2, 2009
- Messages
- 152
Hello All,
I need to extract some part data from available raw data. The data format is like this ABC-00000000. The problem i am facing that this data is placed in rows that contain other information like this.
e.g. "Bill # ABC-00002345 realized"
some times the data is fed in this fashion
"Bill # ABC 2342 realized"
or
"Bill # ABC - 3232 realized"
or
"Bill # ABC000032324 realized"
now i need to extract the data highlighted in red and arrange it like data highlighted in green.
I tried to use mid and find function but could not arrange the extracted data in to desired form.
A VBA code or formula is required.
Thanks
I need to extract some part data from available raw data. The data format is like this ABC-00000000. The problem i am facing that this data is placed in rows that contain other information like this.
e.g. "Bill # ABC-00002345 realized"
some times the data is fed in this fashion
"Bill # ABC 2342 realized"
or
"Bill # ABC - 3232 realized"
or
"Bill # ABC000032324 realized"
now i need to extract the data highlighted in red and arrange it like data highlighted in green.
I tried to use mid and find function but could not arrange the extracted data in to desired form.
A VBA code or formula is required.
Thanks