Hi,
I was wondering if there was a way without using array to lookup values from the following table
<tbody>
</tbody>
So the user selects a customer, if that customer is cust1 it will grab info from column C or G, if it is not it will grab from D or H.
Next they select Med or High, if Med it will grab from C or D, if High from G or H.
Finally they select New, Major or mid cycle.
Is there a formula that can be applied to grab this information. I do have controls over headers in the data table if that makes things easier to do.
Thanks!!
I was wondering if there was a way without using array to lookup values from the following table
A | B | C | D | E | F | G | H | |
1 | Med | Med | Med | High | High | High | ||
2 | Cust1 | Other | Cust1 | Other | ||||
3 | New | x1 | y1 | a1 | b1 | |||
4 | New | x2 | y2 | a2 | b2 | |||
5 | New | x3 | y3 | a3 | b3 | |||
6 | ||||||||
7 | Major | x4 | y4 | a4 | b4 | |||
8 | Major | x5 | y5 | a5 | b5 | |||
9 | Major | x6 | y6 | a6 | b6 | |||
10 | ||||||||
11 | Mid Cycle | x7 | y7 | a7 | b7 | |||
12 | Mid Cycle | x8 | y8 | a8 | b8 | |||
13 | Mid Cycle | x9 | y9 | a9 | b9 |
<tbody>
</tbody>
So the user selects a customer, if that customer is cust1 it will grab info from column C or G, if it is not it will grab from D or H.
Next they select Med or High, if Med it will grab from C or D, if High from G or H.
Finally they select New, Major or mid cycle.
Is there a formula that can be applied to grab this information. I do have controls over headers in the data table if that makes things easier to do.
Thanks!!