All, I am working on finishing my project and stuck on last part.. Could someone please help me point me in the right direction, I would really appreciate it.
I have 2 spreadsheets:
1) data 1 (has 3 columns: account, id, profits)
2) data 2 (has 3 columns: account, id, profits)
I use LOOKUP function in data1 to find profits in data 2 by identifiers: account and id..
this is where I am stuck: How can I bring any profits into data 1 from data 2, that are NOT in data 1(this I would assume would be possible with lookup also by matching ACCOUNT and ID)
I lookup the profits by 2 identifiers: ACCOUNT(there are 5 different accounts) and ID(is unique, but I can have 5 same IDS across 5 different accounts)
I have been looking for solution on this for some time.. Please any advice is very appreciated
thanks so much!
formula that I use in data1 to pull profits from data2
I have 2 spreadsheets:
1) data 1 (has 3 columns: account, id, profits)
2) data 2 (has 3 columns: account, id, profits)
I use LOOKUP function in data1 to find profits in data 2 by identifiers: account and id..
this is where I am stuck: How can I bring any profits into data 1 from data 2, that are NOT in data 1(this I would assume would be possible with lookup also by matching ACCOUNT and ID)
I lookup the profits by 2 identifiers: ACCOUNT(there are 5 different accounts) and ID(is unique, but I can have 5 same IDS across 5 different accounts)
I have been looking for solution on this for some time.. Please any advice is very appreciated
thanks so much!
formula that I use in data1 to pull profits from data2
Code:
=LOOKUP(9^99,IF({1,0},0,LOOKUP(2,1/(A3=profits!A$3:A$100)/(C3=profits!B$3:B$100),profits!E$3:E$100)))