Iventory List Help

xobile

New Member
Joined
Apr 19, 2013
Messages
2
Hi ALL,

Every week I receive an Inventory list. It contains four columns: Part Number, Price, Quantity, and Total. After I receive the Inventory List, I go through every Part Number and add their Product Name. I may be going this the wrong way but I have created a macro that I have saved in my Personal Workbook that copies all the part number to a different column and then uses a replace function to replace all the part number to its product name. The problem is, every month I would have to update the macro when I have new part numbers. I thought of making a spreadsheet with all the Part number and Product name adjacent to each other and make a macro that uses a Vlookup to look at different workbook. Note: The list has over a thousand items.
My question is: What do you think is the best way to approach this? Or am I over thinking this?

Thank you

Before

Excel 2007
ABCDE
4Item NumberPriceQuantityTotal
512345$ 2.008$ 16.00
612344$ 15.004$ 60.00
725533$ 7.005$ 35.00
853536$ 10.009$ 90.00
Sheet1
Cell Formulas
RangeFormula
E5=B5*C5
E6=B6*C6
E7=B7*C7
E8=B8*C8


After

Excel 2007
ABCDE
4Item NumberPriceQuantityProduct NameTotal
512345$ 2.008Blue Pen$ 16.00
612344$ 15.004Red Pen$ 60.00
725533$ 7.005Black Pen$ 35.00
853536$ 10.009Green Pen$ 90.00
Sheet1
Cell Formulas
RangeFormula
E5=B5*C5
E6=B6*C6
E7=B7*C7
E8=B8*C8
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
If you want the product name to populate from the item number you will always need an up-to-date sheet with the part number and product name. That is unavoiable; Excel can do some pretty amazing things but it still needs the base informatin there.

What I would think would me most simple:

A master sheet with all the item numbers and product names, then a simple vlookup.

It does not need overcomplication from Macros.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,575
Members
449,039
Latest member
Arbind kumar

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