DJFANDANGO
Board Regular
- Joined
- Mar 31, 2016
- Messages
- 122
- Office Version
- 365
- Platform
- Windows
Good Day my brave excell'ers!
I have a sheet (Sheet2) with the list below
[Sheet2]
[TABLE="width: 500"]
<tbody>[TR]
[/TR]
[TR]
[TD][/TD]
[TD="align: center"]a[/TD]
[TD="align: center"]b[/TD]
[TD="align: center"]c[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD]Bob[/TD]
[TD]obs[/TD]
[TD]tech[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]mark[/TD]
[TD]nav[/TD]
[TD]elec[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]john[/TD]
[TD]tac[/TD]
[TD]mech[/TD]
[/TR]
</tbody>[/TABLE]
On [Sheet1] I'd like to have a Drop-Down list in A1, then when a name is selected it populates (B and C) with the relevant information... is this dooable? (is that even a word...?)
[Sheet1]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]a[/TD]
[TD="align: center"]b[/TD]
[TD="align: center"]c[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD][NAME Drop-Down][$A1][/TD]
[TD]Populate from $B1[/TD]
[TD]Populate from $C1[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Many thanks for the help!
Steve
I have a sheet (Sheet2) with the list below
[Sheet2]
[TABLE="width: 500"]
<tbody>[TR]
[/TR]
[TR]
[TD][/TD]
[TD="align: center"]a[/TD]
[TD="align: center"]b[/TD]
[TD="align: center"]c[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD]Bob[/TD]
[TD]obs[/TD]
[TD]tech[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]mark[/TD]
[TD]nav[/TD]
[TD]elec[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]john[/TD]
[TD]tac[/TD]
[TD]mech[/TD]
[/TR]
</tbody>[/TABLE]
On [Sheet1] I'd like to have a Drop-Down list in A1, then when a name is selected it populates (B and C) with the relevant information... is this dooable? (is that even a word...?)
[Sheet1]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]a[/TD]
[TD="align: center"]b[/TD]
[TD="align: center"]c[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD][NAME Drop-Down][$A1][/TD]
[TD]Populate from $B1[/TD]
[TD]Populate from $C1[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Many thanks for the help!
Steve