URGENT! Please help

gareth71

New Member
Joined
Mar 27, 2014
Messages
5
I have two spreadsheets that have stock information for two departments, "Goods in" and "QC".

I am trying to update the "QC" sheet automatically from the "Goods in" sheet.

When a date is inserted into the "Goods in" sheet (column w) the "part no (j)", "quantity (k)" and "date released (w)" must be copied over to columns "partcode (b)", "date released from goods in (c)" and "qty delieverd (h)" in the QC sheet.

Goods in sheet:
JKw
Part NoQuantityDate released to QC
1234530028/03/2014

<tbody>
</tbody>
QC Sheet:
bch
Part codeDate released from goods inQty delivered
1234528/03/2014300

<tbody>
</tbody>
How do i do this or how can this be accomplished, I have no experience in VBA or macros and I need this today.

Thanks for any help.

Gareth
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Hello Gareth,

In cell B2 (Part code cell) type = and then select the relevant cell from your "Goods in" sheet e.g. J2 and then press Enter. Repeat for the other cells as required.

HTH

Mel
 
Upvote 0
Hi Mel,
Thanks for the reply, however the cells in the QC can only be populated when the "date released to qc (w)" cell is populated, the formula must also take into consideration any subsequent rows that are added to the goods in sheet, as these rows will also need to be added to the QC sheet as well.

Thanks
Gareth
 
Upvote 0

Forum statistics

Threads
1,217,366
Messages
6,136,128
Members
449,993
Latest member
Sphere2215

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