pacerfan07
New Member
- Joined
- Jun 2, 2017
- Messages
- 20
I have a table on sheet1 that looks like the table below. On sheet2 cell A1 is "ATL" and cell B1 is "Yellow" How to I matchup the sheet2 values with sheet1 so that the formula would return "40" based on this example? Thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Orange[/TD]
[TD]Yellow[/TD]
[TD]Black[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]ATL[/TD]
[TD]60[/TD]
[TD]40[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]MIA[/TD]
[TD]20[/TD]
[TD]50[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]BKN[/TD]
[TD]70[/TD]
[TD]30[/TD]
[TD]40[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Orange[/TD]
[TD]Yellow[/TD]
[TD]Black[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]ATL[/TD]
[TD]60[/TD]
[TD]40[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]MIA[/TD]
[TD]20[/TD]
[TD]50[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]BKN[/TD]
[TD]70[/TD]
[TD]30[/TD]
[TD]40[/TD]
[/TR]
</tbody>[/TABLE]