chriseagleson
New Member
- Joined
- Aug 3, 2011
- Messages
- 3
I hope I can explain this properly.
Column A and B are from a csv file. This csv file has an account code in column A and a total amount in column b. I have a second csv file column d and f. Column d is the account code and column f is an amount. The diffeerence between the two is. A & B is a total so there is only one line per account. Column d & F are transactions. There may be multiple lines per account.
I need to have column A look at column D, then sum column f all of the account matches. Column C will be the total amount of each line from column F. I hope this makes since.
Data Example
A B c D F
acct1 100 100 acct1 25
acct2 15
acct1 25
acct6 10
acct7 100
acct1 25
acct1 25
Column A and B are from a csv file. This csv file has an account code in column A and a total amount in column b. I have a second csv file column d and f. Column d is the account code and column f is an amount. The diffeerence between the two is. A & B is a total so there is only one line per account. Column d & F are transactions. There may be multiple lines per account.
I need to have column A look at column D, then sum column f all of the account matches. Column C will be the total amount of each line from column F. I hope this makes since.
Data Example
A B c D F
acct1 100 100 acct1 25
acct2 15
acct1 25
acct6 10
acct7 100
acct1 25
acct1 25