Complicated Formula - Please Help if you can!!!

Thansen971

New Member
Joined
Apr 19, 2016
Messages
11
So for my current work we are getting a new system to keep track of inventory. Everything we have saved in our current inventory is saved into a workbook in Excel. I was wondering if there is a formula that can determine a few things.

so the basic formula i would want would be

IF A2 through A50000 in workbookA = B2 through B50000 in workbookB
THAN put L2 through L50000 from workbookA into G2 through G50000 in workbookB

To have it make more sense, we want to have the SKU of items from our old inventory match the SKU's in our new inventory and if they match then to take the quantity from our old inv and place that in the new quantity in the new inventory.

Please let me know if you can help, it would be a huuuuuuuuge help for me and this company. Thank you all very much!
 

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.
Welcome to the board.
Sounds like a job for Vlookup

Assuming when you say 'WorkbookA', you're referring to Sheets/Tabs within the same workbook

In WorkbookB, G2 and filled down

=VLOOKUP(B2,'workbookA'!A$2:L$50000,12,0)
 
Upvote 0
Welcome to the board.
Sounds like a job for Vlookup

Assuming when you say 'WorkbookA', you're referring to Sheets/Tabs within the same workbook

In WorkbookB, G2 and filled down

=VLOOKUP(B2,'workbookA'!A$2:L$50000,12,0)


Okay so I dont really know how Excel Formulas work. Is this formula automattically assuming that the numbers are going to match? because in our situation we dont know if all of them are going to match. Also if you could break it down so a non-excel person could understand it! thanks LOL :)
 
Upvote 0
No problem



SKUs are rona and homedepot lots of money flow uhuh I could be persuaded to work for $$$

Can you tell us who this company is???

Anyway back up your workbook first before messing with it. That advice was worth about 100 he he he
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,515
Messages
6,125,278
Members
449,220
Latest member
Excel Master

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