data transferring

jack1322

New Member
Joined
Feb 22, 2011
Messages
4
hi i have a question about transfering data from one file to another. Im doing inventory for work and we just created a new one and the numbers arent the same because of only using the older one. is there a way that i can have the numbers change if i enter data into one file automatically to the other? thanks
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Welcome to the Board!

How do you match the old numbers to the new ones?

You might want to take a look at VLOOKUP.

If you have a master table of part numbers (old & new) you can reference the table, and vlookup will work across workbooks if you wanted to keep that data separate.

HTH,
 
Upvote 0
really all im trying to do is keep the numbers of the items we have on stock the same between the two files so i dont manually have to go through and check each one individually
 
Upvote 0
VLOOKUP would be perfect for that. Although if you're careful you could use direct linking. With both workbooks open, in the dependent workbook select a starting cell, enter =, then ALT+Tab to its source in the primary workbook. Excel will create the formula for you (note that it will give you absolute refereces so you'll need to change that). From there you can copy and paste the rest.

Just note that this is by no means a foolproof method as there's no error checking to make sure you linked the right cells. That's where VLOOKUP comes in handy, because it will let you know if you don't have a match.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,285
Members
452,902
Latest member
Knuddeluff

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