[TABLE="width: 500"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Anderson
[/TD]
[TD]1074
[/TD]
[TD]1261
[/TD]
[TD]1329
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Camp[/TD]
[TD]1118
[/TD]
[TD]1313
[/TD]
[TD]1384
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Gregg
[/TD]
[TD]1079
[/TD]
[TD]1268
[/TD]
[TD]1336
[/TD]
[/TR]
</tbody>[/TABLE]
Question:
If user enters the number "1" in a cell and enters "Anderson" in another cell, I want to return 1074 based on the above chart, but if user enters "Camp" in a cell and "2" in another cell, I want the cell to return 1313 and so on...
User enters:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Enter County
[/TD]
[TD]Anderson
[/TD]
[/TR]
[TR]
[TD]Enter Number
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Cell Returns:
[/TD]
[TD]1074
[/TD]
[/TR]
</tbody>[/TABLE]
Any help that you can provide?
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Anderson
[/TD]
[TD]1074
[/TD]
[TD]1261
[/TD]
[TD]1329
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Camp[/TD]
[TD]1118
[/TD]
[TD]1313
[/TD]
[TD]1384
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Gregg
[/TD]
[TD]1079
[/TD]
[TD]1268
[/TD]
[TD]1336
[/TD]
[/TR]
</tbody>[/TABLE]
Question:
If user enters the number "1" in a cell and enters "Anderson" in another cell, I want to return 1074 based on the above chart, but if user enters "Camp" in a cell and "2" in another cell, I want the cell to return 1313 and so on...
User enters:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Enter County
[/TD]
[TD]Anderson
[/TD]
[/TR]
[TR]
[TD]Enter Number
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Cell Returns:
[/TD]
[TD]1074
[/TD]
[/TR]
</tbody>[/TABLE]
Any help that you can provide?