Hello.
I've search this site to try and find the answer but I what I require is a bit more specific than simply copying a list based on a quantity. I'll explain more:
I have a sheet and in this sheet lists tasks in column A, whether they are required or not in column B, The quantity in column C and finally a location (sheet) these tasks need to be copied to in column D. Hopefully, this is a bit clearer:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Task[/TD]
[TD]Required[/TD]
[TD]Qty[/TD]
[TD]Location[/TD]
[/TR]
[TR]
[TD]Task 1[/TD]
[TD]Y[/TD]
[TD]4[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]Y[/TD]
[TD]4
[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 3[/TD]
[TD]N[/TD]
[TD]3[/TD]
[TD]Mechanical[/TD]
[/TR]
[TR]
[TD]Task 4[/TD]
[TD]Y[/TD]
[TD]2[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 5[/TD]
[TD]Y[/TD]
[TD]2[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 6[/TD]
[TD]Y[/TD]
[TD]1[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 7[/TD]
[TD]Y[/TD]
[TD]1[/TD]
[TD]Project Lead[/TD]
[/TR]
</tbody>[/TABLE]
I'd like the task (Cell A2), if it is required (Cell B2), to be copied the numbers of times in the Qty column (B3) into the sheet shown in the Location column (Cell B4)
The cell within each sheet that this data is to be copied into will start at Cell D3.
I hope that makes sense.
Regards
Stuart
****** id="cke_pastebin" style="position: absolute; top: 166px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]Project Lead[/TD]
[/TR]
</tbody>[/TABLE]
</body>
I've search this site to try and find the answer but I what I require is a bit more specific than simply copying a list based on a quantity. I'll explain more:
I have a sheet and in this sheet lists tasks in column A, whether they are required or not in column B, The quantity in column C and finally a location (sheet) these tasks need to be copied to in column D. Hopefully, this is a bit clearer:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Task[/TD]
[TD]Required[/TD]
[TD]Qty[/TD]
[TD]Location[/TD]
[/TR]
[TR]
[TD]Task 1[/TD]
[TD]Y[/TD]
[TD]4[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]Y[/TD]
[TD]4
[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 3[/TD]
[TD]N[/TD]
[TD]3[/TD]
[TD]Mechanical[/TD]
[/TR]
[TR]
[TD]Task 4[/TD]
[TD]Y[/TD]
[TD]2[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 5[/TD]
[TD]Y[/TD]
[TD]2[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 6[/TD]
[TD]Y[/TD]
[TD]1[/TD]
[TD]Project Lead[/TD]
[/TR]
[TR]
[TD]Task 7[/TD]
[TD]Y[/TD]
[TD]1[/TD]
[TD]Project Lead[/TD]
[/TR]
</tbody>[/TABLE]
I'd like the task (Cell A2), if it is required (Cell B2), to be copied the numbers of times in the Qty column (B3) into the sheet shown in the Location column (Cell B4)
The cell within each sheet that this data is to be copied into will start at Cell D3.
I hope that makes sense.
Regards
Stuart
****** id="cke_pastebin" style="position: absolute; top: 166px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]Project Lead[/TD]
[/TR]
</tbody>[/TABLE]
</body>