Pull selected data from a table

zJenkins

Board Regular
Joined
Jun 5, 2015
Messages
148
Hi,

I'll try to explain the basic idea of what I'm trying to do. I have two Worksheets, 10 columns by 34 rows. Each row is for one product. The first 5 columns are for product description purposes, and the last 5 columns are numbers that are updated each month. I want to be able to fill out the new numbers for each product each month on the first worksheet and copy the information over to the second worksheet, however, I only want to copy the products that have new numbers associated with them (ie some products don't get used so the cells 6-10 will be left blank. Let me know if that makes sense or if you need more information.

Thanks for your input!
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
If I am envisioning your scenario correctly, you can copy the new month data and pastespecial (Sskip blanks and possibly use Operation: Add ) over the data in the second worksheet. This will result in the new data being added to the second worksheet (adding to values in the same position if there are) or just filling the value in if the cell is blank. Any blank cells that were copied won't overwrite the cells with valid data in sheet 2.
 
Upvote 0

Forum statistics

Threads
1,203,747
Messages
6,057,141
Members
444,908
Latest member
Jayrey

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