RRinTetons
IS-IT--Management
Excel 2010
Given a table that looks like this:
And another table that looks like this:
What formula would work to fill in the field value? i.e. - the values 100,4001,2 would return a reference to E3 (value = 0)
I could do an unpivot, but that's a manual operation and this sheet is for users, not me, and I need to use the looked up value in a calculation in that cell, so the unpivot is awkward.
-
Richard Ray
Jackson Hole Mountain Resort
Given a table that looks like this:
Code:
A B C D E F
--------------------------------
1| 0 1 2 3
2| 100
3| 4001 6 8 0 5
4| 4002 7 1 7 6
5| 4003 8 5 1 4
6| 200
7| 4001 7 3 3 6
8| 4002 5 4 2 9
9| 4003 9 2 8 7
And another table that looks like this:
Code:
100 4001 1 _______
200 4002 3 _______
What formula would work to fill in the field value? i.e. - the values 100,4001,2 would return a reference to E3 (value = 0)
I could do an unpivot, but that's a manual operation and this sheet is for users, not me, and I need to use the looked up value in a calculation in that cell, so the unpivot is awkward.
-
Richard Ray
Jackson Hole Mountain Resort