G
goss
Hi ng
Using xl 2003
Need to scrub a text file before submitting
Desired output:
Inv # || Inv Amnt || Date || FAS? || FAS#
Problem:
Input file is invoice detail dump from Progress database
Having a hard time using FIND and MID to extract the Inv Amnt
Problem is truncation of decimal where .xx = .00
Sample lines from dump:
158005 1 0 28 "" "Contract # 1062--Event Date: 05/27/2004" ? "158005"
"" "" 70043000
[Note - Amount = 28.00]
158006 1 0 45.75 "Kim Gardner" "Contract # 1001--Event Date: 06/1/200
Fas# 264430" ? "158009" 0 "" "" 70043000
These are 2 small samples from the file. I have not been able to fin
repetitive source common to all records to use FIND/MID
Drop me an e-mail if you would like to see the full dump
[email protected]
Using xl 2003
Need to scrub a text file before submitting
Desired output:
Inv # || Inv Amnt || Date || FAS? || FAS#
Problem:
Input file is invoice detail dump from Progress database
Having a hard time using FIND and MID to extract the Inv Amnt
Problem is truncation of decimal where .xx = .00
Sample lines from dump:
158005 1 0 28 "" "Contract # 1062--Event Date: 05/27/2004" ? "158005"
"" "" 70043000
[Note - Amount = 28.00]
158006 1 0 45.75 "Kim Gardner" "Contract # 1001--Event Date: 06/1/200
Fas# 264430" ? "158009" 0 "" "" 70043000
These are 2 small samples from the file. I have not been able to fin
repetitive source common to all records to use FIND/MID
Drop me an e-mail if you would like to see the full dump
[email protected]