Jmpelissero
New Member
- Joined
- Feb 16, 2016
- Messages
- 3
Hello,
I have searched everywhere and cannot find how to solve this. I have a table that looks like:
A_B_C_D_E_F
1 1 1 10 123 10 ?
2 1 1 20 636
3 2 1 30 257
4 2 1 10 563
....
this goes on for about 500000 lines with many non unique values.
I want to look up the value in column D that is in the same row as the value of E is found in column C, but only if columns A and B contain the number "1". So for the same row, only if column A has a "1" and column B has a "1", do I want to find what the value of column C is where that value in column C matches the value in column E. Again, all values A to D have to be in the same row. For the above example, I would need an equation that gives me the value of "123", and not "563". I hope I explained this well enough and thank you.
I have searched everywhere and cannot find how to solve this. I have a table that looks like:
A_B_C_D_E_F
1 1 1 10 123 10 ?
2 1 1 20 636
3 2 1 30 257
4 2 1 10 563
....
this goes on for about 500000 lines with many non unique values.
I want to look up the value in column D that is in the same row as the value of E is found in column C, but only if columns A and B contain the number "1". So for the same row, only if column A has a "1" and column B has a "1", do I want to find what the value of column C is where that value in column C matches the value in column E. Again, all values A to D have to be in the same row. For the above example, I would need an equation that gives me the value of "123", and not "563". I hope I explained this well enough and thank you.