CPAExcelGuy
New Member
- Joined
- Jul 6, 2016
- Messages
- 1
Hello,
I'm interested in creating a dynamic array. Essentially, I have a list of locations, and I would like that list of locations to populate into a subsequent list whenever someone places an "x" next to it. Like in the table below. Can someone please help?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Locations[/TD]
[TD]Place an "X"[/TD]
[TD][/TD]
[TD][/TD]
[TD]Locations to Populate[/TD]
[/TR]
[TR]
[TD]Chicago[/TD]
[TD]X[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]Chicago[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]New York[/TD]
[/TR]
[TR]
[TD]Dallas[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]X[/TD]
[TD][/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nashville[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm interested in creating a dynamic array. Essentially, I have a list of locations, and I would like that list of locations to populate into a subsequent list whenever someone places an "x" next to it. Like in the table below. Can someone please help?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Locations[/TD]
[TD]Place an "X"[/TD]
[TD][/TD]
[TD][/TD]
[TD]Locations to Populate[/TD]
[/TR]
[TR]
[TD]Chicago[/TD]
[TD]X[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]Chicago[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]New York[/TD]
[/TR]
[TR]
[TD]Dallas[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]X[/TD]
[TD][/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nashville[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]