I have a text field which is imported from an excel spreadsheet. The text string contains data which I need to extract into 4 separate number fields.
Ezample1: "Overall vibration of .67 at posistion 2 Vertical with a PDF of .44 @ 1800 cps."
Example2: "Overall - .54 @ position 4; PDF - .53 @ 1260 cps"
I need to put the 4 numbers into 4 distinct fields.
1. OVib = .67; Pos = 2; PDF = .44; Freq = 1800
2. OVib = ..54; Pos = 4; PDF = .53; Freq = 1260
Unfortunately, the wording changes from one technician to the next. So, I can't use the common "instr" or Left$ methods. Any ideas would be greatly appreciated.
Bill
Ezample1: "Overall vibration of .67 at posistion 2 Vertical with a PDF of .44 @ 1800 cps."
Example2: "Overall - .54 @ position 4; PDF - .53 @ 1260 cps"
I need to put the 4 numbers into 4 distinct fields.
1. OVib = .67; Pos = 2; PDF = .44; Freq = 1800
2. OVib = ..54; Pos = 4; PDF = .53; Freq = 1260
Unfortunately, the wording changes from one technician to the next. So, I can't use the common "instr" or Left$ methods. Any ideas would be greatly appreciated.
Bill