C
cablesg
Hi, I have this customer table and a transaction table on another file.
Is it possible to search the transaction table and calculate values on
the transaction table and put it in the customer table?
e.g
Customer table
--------------------
customer name accountno
abc ltd 1238
bcd corp 3456
Trans table
--------------------
accountno price qty
1234 00* 10 5
3456 00* 20 1
1234 00* 2 3
*The file i received have this formating 1234<afewspace>00 and I was
unable to use vlookup to match the tables. Thanks in advance.
Is it possible to search the transaction table and calculate values on
the transaction table and put it in the customer table?
e.g
Customer table
--------------------
customer name accountno
abc ltd 1238
bcd corp 3456
Trans table
--------------------
accountno price qty
1234 00* 10 5
3456 00* 20 1
1234 00* 2 3
*The file i received have this formating 1234<afewspace>00 and I was
unable to use vlookup to match the tables. Thanks in advance.