G
goss
Hi ng
Using xl 2003
Apologies for breaking the thread, but have not seen any follow-ups t
my reply.
Appreciate the recommendations for possibilities other than xl, bu
would like to make this work in xl if possible
I am dumping invoice details from Progress database to text file.
Open text file in xl
Using Find and Mid to attempt to "parse" needed data into structure
format.
Text to columns yields sporadic results
I can extract everything except amount of invoice.
Problem is truncation and variable length of amount portion of string.
Max = 9,999,999.99
Truncation: If whole dollar output is formatted as 99 no trailin
zeroes.
My formulas:
FIND:
=FIND("0 ",A1)
MID:
=MID(A1,B1+2,6)
Results: (Mixed success)
106.81
130 "V
28 ""
Sample data:
158002 1 0 106.81 "Nyarko Williams" "CONTRACT # 1079--Event Date
06/3/2004--Acct# RAVAADCEUH" ? "158002" 0 "" "" 70043000 0 no 0 "Y"
"" 0 no no 0 ? 0 "" "" "" "" ""
158003 1 0 123.48 "Nelda Stoudenmi" "Contract # 10650--Event Dat
06/3/2004" ? "158003" 0 "" "" 70043000 0 no 0 "N" 0 "" 0 no no 0 ? 0 "
"" "" "" ""
158005 1 0 28 "" "Contract # 1062--Event Date: 05/27/2004" ? "158005"
"" "" 70043000 0 no 0 "N" 0 "" 0 no no 0 ? 0 "" "" "" "" ""
Drop me an e-mail if you would like the entire source file
Remove nospam.
[email protected]
Using xl 2003
Apologies for breaking the thread, but have not seen any follow-ups t
my reply.
Appreciate the recommendations for possibilities other than xl, bu
would like to make this work in xl if possible
I am dumping invoice details from Progress database to text file.
Open text file in xl
Using Find and Mid to attempt to "parse" needed data into structure
format.
Text to columns yields sporadic results
I can extract everything except amount of invoice.
Problem is truncation and variable length of amount portion of string.
Max = 9,999,999.99
Truncation: If whole dollar output is formatted as 99 no trailin
zeroes.
My formulas:
FIND:
=FIND("0 ",A1)
MID:
=MID(A1,B1+2,6)
Results: (Mixed success)
106.81
130 "V
28 ""
Sample data:
158002 1 0 106.81 "Nyarko Williams" "CONTRACT # 1079--Event Date
06/3/2004--Acct# RAVAADCEUH" ? "158002" 0 "" "" 70043000 0 no 0 "Y"
"" 0 no no 0 ? 0 "" "" "" "" ""
158003 1 0 123.48 "Nelda Stoudenmi" "Contract # 10650--Event Dat
06/3/2004" ? "158003" 0 "" "" 70043000 0 no 0 "N" 0 "" 0 no no 0 ? 0 "
"" "" "" ""
158005 1 0 28 "" "Contract # 1062--Event Date: 05/27/2004" ? "158005"
"" "" 70043000 0 no 0 "N" 0 "" 0 no no 0 ? 0 "" "" "" "" ""
Drop me an e-mail if you would like the entire source file
Remove nospam.
[email protected]