Copying a row to another worksheet with a twist

Honestfletch

New Member
Joined
Jan 13, 2005
Messages
16
Hi,

This may be impossible without complex scripting, but here goes.

I work at a lumber mill, and I am trying to track "Culled" lumber % by supplier, dimension, ect. - I have a simple spreadsheet set-up and have been adding to for 5 months now and it is servings its purpose in a simplistic manner.

What I would like to do, is be to be able to copy a specific row to another worksheet based on the value of a Cell. I.E. If Value of cell B2 is = 1 then copy that whole row to a specified worksheet. It should also be noted that there may be up to 20 or so worksheets that they could post to.

I have created several spreadsheets and some quite involved, but I have never ventured into scripting, VB, or macros ect. (yet) - but if this is what I need, then I am willing to learn if someone would be so kind as to point me in the right direction.

Thanks in advance for any help.

Cheers
Fletch
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Welcome to MrExcel Board!

If you want to do it without coding you can:
Select the column you want to copy.
Go to Data, Filter, Autofilter.
Select the value to filter on (1, in your example)
Copy the visible cells to your other sheet.

If you need (or would prefer) a VBA solution, somebody here could provide you with that, I'm sure. Hope that helps!
 
Upvote 0

Forum statistics

Threads
1,203,094
Messages
6,053,507
Members
444,667
Latest member
KWR21

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top