princesakthi
New Member
- Joined
- Nov 10, 2012
- Messages
- 3
My Excel Data has two coloms
1st Column is Bank A/c No & 2nd Column is Amount
Excel Data
Bank No Amount
17755 65000
17692 25000
17456 1500
25005 500
27201 10
26845 2
Required text File Data
0250010000.17755.00065000.00
0250010000.17692.00025000.00
0250010000.17456.00001500.00
0250010000.27201.00000010.00
0250010000.26845.00000002.00
Before Bank A/c No Add "0250010000."
Before Amount Add ".000" or ".0000" or ".00000"or ".000000"or ".000000"
if the Amount Greater than or equal to 10000, ".000"
if the Amount Greater than or equal to 1000, ".0000"
if the Amount Greater than or equal to 100, ".00000"
if the Amount Greater than or equal to 10, ".000000"
if the Amount Greater than or equal to 1, ".0000000"
After Amount Add ".00"
Thanks is Advance
1st Column is Bank A/c No & 2nd Column is Amount
Excel Data
Bank No Amount
17755 65000
17692 25000
17456 1500
25005 500
27201 10
26845 2
Required text File Data
0250010000.17755.00065000.00
0250010000.17692.00025000.00
0250010000.17456.00001500.00
0250010000.27201.00000010.00
0250010000.26845.00000002.00
Before Bank A/c No Add "0250010000."
Before Amount Add ".000" or ".0000" or ".00000"or ".000000"or ".000000"
if the Amount Greater than or equal to 10000, ".000"
if the Amount Greater than or equal to 1000, ".0000"
if the Amount Greater than or equal to 100, ".00000"
if the Amount Greater than or equal to 10, ".000000"
if the Amount Greater than or equal to 1, ".0000000"
After Amount Add ".00"
Thanks is Advance