pauleconkle
New Member
- Joined
- Dec 14, 2016
- Messages
- 8
Hello and thanks in advance for any help! I have a table below; I then have 3 input cells; Country, City and Grade (the list is essentially 2K rows) so if input cell 'Country' is USA and they select 'NYC' for next input cell...and select 'Grade K B' for the third cell, I need a return of the corresponding amount (11,000). Also, is there a way to then return (in another cell) the next grade amount (so one cell would return 11,000 and the next cell would return 15,000) in the example below. Thanks again!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Country[/TD]
[TD]City[/TD]
[TD]Grade K A[/TD]
[TD]Grade K B[/TD]
[TD]Grade 1 A[/TD]
[TD]Grade 1B[/TD]
[/TR]
[TR]
[TD]USA[/TD]
[TD]NYC[/TD]
[TD]10,000[/TD]
[TD]11,000[/TD]
[TD]15,000[/TD]
[TD]16,000[/TD]
[/TR]
[TR]
[TD]Ireland[/TD]
[TD]Dublin[/TD]
[TD]5,000[/TD]
[TD]6,000[/TD]
[TD]7,000[/TD]
[TD]8,000[/TD]
[/TR]
[TR]
[TD]Afghanistan[/TD]
[TD]Kabul[/TD]
[TD]1,000[/TD]
[TD]2,000[/TD]
[TD]3,000[/TD]
[TD]4,000[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Country[/TD]
[TD]City[/TD]
[TD]Grade K A[/TD]
[TD]Grade K B[/TD]
[TD]Grade 1 A[/TD]
[TD]Grade 1B[/TD]
[/TR]
[TR]
[TD]USA[/TD]
[TD]NYC[/TD]
[TD]10,000[/TD]
[TD]11,000[/TD]
[TD]15,000[/TD]
[TD]16,000[/TD]
[/TR]
[TR]
[TD]Ireland[/TD]
[TD]Dublin[/TD]
[TD]5,000[/TD]
[TD]6,000[/TD]
[TD]7,000[/TD]
[TD]8,000[/TD]
[/TR]
[TR]
[TD]Afghanistan[/TD]
[TD]Kabul[/TD]
[TD]1,000[/TD]
[TD]2,000[/TD]
[TD]3,000[/TD]
[TD]4,000[/TD]
[/TR]
</tbody>[/TABLE]