Inventory Manage

anahigar

New Member
Joined
Apr 23, 2013
Messages
1
Hi,

I'm totally new on excel and on this forum. But I would try to be the most specific as I can. I use to have a small store where I could keep record with a normal simple excel sheet. But it has come to a point where i think i have to create macros or program with VB. My problem is I have more than 500 products with huge inventory. So i have the idea to make everything faster and easier throught a Barcode Scanner. The problem is now i have my excel sheet with my inventory but i want to be able to scan my products and as in any other store get the name of the product, the price and the total. But so far i couldn't figure out how to do this. The second point is: I want to be able to sell the same product in boxes with 50 and with 500 with different price each one and that only the inventory of this product modify.

This would be an example of my inventory:

Inventory is per unit.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="width: 134"]Barcode[/TD]
[TD="width: 134"]Product[/TD]
[TD="width: 80"]Inventory[/TD]
[TD="width: 162"]Price p/50 pieces[/TD]
[TD="width: 121"]Price p/500 pieces[/TD]
[/TR]
[TR]
[TD]640420001012[/TD]
[TD]Cofee[/TD]
[TD="align: right"]3500[/TD]
[TD="align: right"]$75.00[/TD]
[TD="align: right"]$670.00[/TD]
[/TR]
[TR]
[TD]640420003016[/TD]
[TD]Cookies[/TD]
[TD="align: right"]45060[/TD]
[TD="align: right"]$65.00[/TD]
[TD="align: right"]$500.00[/TD]
[/TR]
</tbody>[/TABLE]

This would be an example of the ticket that I want to get:

[TABLE="class: grid, width: 491"]
<tbody>[TR]
[TD]Ticket[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Barcode[/TD]
[TD]Product[/TD]
[TD]Box[/TD]
[TD]Amount[/TD]
[TD]Unit Price[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]640420001012[/TD]
[TD]Cofee[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]$75.00[/TD]
[TD="align: right"]$75.00[/TD]
[/TR]
[TR]
[TD]640420001012[/TD]
[TD]Cofee[/TD]
[TD="align: right"]500[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]$670.00[/TD]
[TD="align: right"]$2,010.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]$2,085.00[/TD]
[/TR]
</tbody>[/TABLE]

<tbody>
[TD="class: xl64, align: right"][/TD]

</tbody>

After sale :


[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="width: 134"]Barcode[/TD]
[TD="width: 134"]Product[/TD]
[TD="width: 80"]Inventory[/TD]
[TD="width: 162"]Price p/50 pieces[/TD]
[TD="width: 121"]Price p/500 pieces[/TD]
[/TR]
[TR]
[TD]640420001012[/TD]
[TD]Cofee[/TD]
[TD="align: right"]1950
[/TD]
[TD="align: right"]$75.00[/TD]
[TD="align: right"]$670.00[/TD]
[/TR]
[TR]
[TD]640420003016[/TD]
[TD]Cookies[/TD]
[TD="align: right"]45060[/TD]
[TD="align: right"]$65.00[/TD]
[TD="align: right"]$500.00[/TD]
[/TR]
</tbody>[/TABLE]


I would like any kind of help. I'm very motivated to learn more about Macros and excel.
 
Last edited:

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

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