horrellbt01
Board Regular
- Joined
- Mar 15, 2010
- Messages
- 68
I am trying to figure out a rather complex lookup.
Here is an example set of data.
A B C D E F
1
2
3
4 X
5 2 3
What i need to do is the following:
If there is an X in Range B3:F5, then I want to return whatever is in column A of that same row and row one of the same column.
So in my example above, there is an X in D4. I would want to return the value of A4 in one cell, and D1 in another. So probably looking at 2 different formulas.
Thought maybe INDEX and MATCH would work, but so far have not been able to work it out.
Here is an example set of data.
A B C D E F
1
2
3
4 X
5 2 3
What i need to do is the following:
If there is an X in Range B3:F5, then I want to return whatever is in column A of that same row and row one of the same column.
So in my example above, there is an X in D4. I would want to return the value of A4 in one cell, and D1 in another. So probably looking at 2 different formulas.
Thought maybe INDEX and MATCH would work, but so far have not been able to work it out.
Last edited: