S
sean_f
Hi,
I need to read through the file belowidentify those records that have a
matching code and balance and move them to a second spreadsheet.
The moving isn't a problem but how do I filter based on the match as
given?
If I should read through the code how would I set the variables to
check
for?
Also if I use a loop how will I know when it has finished?
Many thanks
sean
Code--- Buy/Sell--------Currency-- Balance--
AA001--Buyer---------------USD------"33,790"--
AA001--Seller--------------- USD------"33,790"--
AA002--Buyer---------------AUD------"773,490"--
AA002--Seller--------------- AUD------"773,490"--
AA003--Buyer---------------CAD------"7,616,750"--
AA004--Buyer---------------DKK------"576,770"--
AA005--Buyer---------------USD------"24,090,430"--
AA005--Seller--------------- USD------"24,090,430"--
AA006--Buyer---------------EUR------"468,126,330"--
AA006--Seller--------------- EUR---- "468,126,330"--
AA007--Buyer---------------HKD------"10,000"--
AA008--Buyer---------------JPY------"2,435,917,410"--
AA008--Seller--------------- JPY------"2,435,917,410"--
AA009--Buyer---------------MXN------"1,002,670"--
AA009--Seller--------------- MXN------"1,002,670"--
--------- Seller--------------- CAD------"7,616,750"--
--------- Seller--------------- DKK------"576,770"--
--------- Seller--------------- HKD------"10,000"--
I need to read through the file belowidentify those records that have a
matching code and balance and move them to a second spreadsheet.
The moving isn't a problem but how do I filter based on the match as
given?
If I should read through the code how would I set the variables to
check
for?
Also if I use a loop how will I know when it has finished?
Many thanks
sean
Code--- Buy/Sell--------Currency-- Balance--
AA001--Buyer---------------USD------"33,790"--
AA001--Seller--------------- USD------"33,790"--
AA002--Buyer---------------AUD------"773,490"--
AA002--Seller--------------- AUD------"773,490"--
AA003--Buyer---------------CAD------"7,616,750"--
AA004--Buyer---------------DKK------"576,770"--
AA005--Buyer---------------USD------"24,090,430"--
AA005--Seller--------------- USD------"24,090,430"--
AA006--Buyer---------------EUR------"468,126,330"--
AA006--Seller--------------- EUR---- "468,126,330"--
AA007--Buyer---------------HKD------"10,000"--
AA008--Buyer---------------JPY------"2,435,917,410"--
AA008--Seller--------------- JPY------"2,435,917,410"--
AA009--Buyer---------------MXN------"1,002,670"--
AA009--Seller--------------- MXN------"1,002,670"--
--------- Seller--------------- CAD------"7,616,750"--
--------- Seller--------------- DKK------"576,770"--
--------- Seller--------------- HKD------"10,000"--