Cut & Paste Non blank cells to another worksheet

dhyatt58

New Member
Joined
Jan 23, 2011
Messages
3
I have a workbook and one worksheet lists qty and material description. I would like to copy and paste only the rows that a qty was input next to a material description. I want the copy/paste into another worksheet.

qty material description
1 1" pipe
1-1/2" pipe
2 1" 90
2 1" ell
cplg

I would only want to copy and paste the rows that there is a qty. I am using excel 2010 and know nothing about programming as you can tell. Any help would be appreciated.

Thank you
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
I tried a macro that would auto filter and removed the blanks and copied and pasted to the other location, the problem is that if quantities are changed it will not update the other form. I am no expert either and I've tried several different things by recording a macro and I've had no luck. That is why I turned to the forum to see if I could get some help with it. Thank you for replying to my post.
 
Upvote 0
" quantities are changed it will not update"

do you want something automatically change if data is changed. then you m must use "event code" instead of a simple macro. Post a small extract of your data and how you want this to be copied in another location.
 
Upvote 0

Forum statistics

Threads
1,224,584
Messages
6,179,691
Members
452,938
Latest member
babeneker

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