HockeyDiablo
Board Regular
- Joined
- Apr 1, 2016
- Messages
- 182
Having a bit of trouble wrapping my head around how this would even work.
Here is the data I will need to manipulate:
[TABLE="class: grid, 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="align: center"]ALASKA FLY FISHING[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]JONS LOG CABINS[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD
[/TD]
[TD="align: center"]4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am looking to have the value of B:B determine how many rows will be in lets say column D. So my output for this inquiry would be as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]ALASKA FLY FISHING[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]ALASKA FLY FISHING[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]JONS LOG CABINS[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]JONS LOG CABINS[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]JONS LOG CABINS[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]8[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]9[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]10[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]11[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD[/TD]
[/TR]
[TR]
[TD="align: center"]12[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD[/TD]
[/TR]
[TR]
[TD="align: center"]13[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD[/TD]
[/TR]
[TR]
[TD="align: center"]14[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD[/TD]
[/TR]
</tbody>[/TABLE]
Appreciate you guys, thanks
J
Here is the data I will need to manipulate:
[TABLE="class: grid, 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="align: center"]ALASKA FLY FISHING[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]JONS LOG CABINS[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD
[/TD]
[TD="align: center"]4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am looking to have the value of B:B determine how many rows will be in lets say column D. So my output for this inquiry would be as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]ALASKA FLY FISHING[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]ALASKA FLY FISHING[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]JONS LOG CABINS[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]JONS LOG CABINS[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]JONS LOG CABINS[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]8[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]9[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]10[/TD]
[TD="align: center"]LUKAS LODGE[/TD]
[/TR]
[TR]
[TD="align: center"]11[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD[/TD]
[/TR]
[TR]
[TD="align: center"]12[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD[/TD]
[/TR]
[TR]
[TD="align: center"]13[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD[/TD]
[/TR]
[TR]
[TD="align: center"]14[/TD]
[TD="align: center"]SCOTTS SALVAGE YARD[/TD]
[/TR]
</tbody>[/TABLE]
Appreciate you guys, thanks
J