I volunteer for an Athletic Youth Club that needs to keep track of their inventory of basketball and soccer uniforms.
I'm not allowed to upload attachments, so here are the worksheets and headers with problem data.
INVENTORY sheet
Column Headings:
[TABLE="width: 564"]
<tbody>[TR]
[TD="class: xl65, width: 75"]Date[/TD]
[TD="class: xl66, width: 64"]Product[/TD]
[TD="class: xl68, width: 64"]Size[/TD]
[TD="class: xl68, width: 64"]Jersey#[/TD]
[TD="class: xl68, width: 64"]Qty[/TD]
[TD="class: xl69, width: 105"]Helper[/TD]
[TD="class: xl67, width: 64"]Sold[/TD]
[TD="class: xl70, width: 64"]OnHand[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 564"]
<tbody>[TR]
[TD="class: xl68, width: 75, align: right"]11/2/2016[/TD]
[TD="class: xl69, width: 64"]Jersey[/TD]
[TD="class: xl70, width: 64"]AL[/TD]
[TD="class: xl70, width: 64"]38[/TD]
[TD="class: xl70, width: 64"]1[/TD]
[TD="class: xl72, width: 105"]Jersey-AL-38[/TD]
[TD="class: xl73, width: 64"]0[/TD]
[TD="class: xl74, width: 64"]1[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 564"]
<tbody>[TR]
[TD="align: right"]11/2/2016[/TD]
[TD]Shorts[/TD]
[TD]AL[/TD]
[TD][/TD]
[TD]12[/TD]
[TD]Shorts-AL[/TD]
[TD]-2[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 564"]
<tbody>[TR]
[TD="class: xl69, width: 75, align: right"]11/3/2016[/TD]
[TD="class: xl70, width: 64"]Shorts[/TD]
[TD="class: xl71, width: 64"]AL[/TD]
[TD="class: xl71, width: 64"][/TD]
[TD="class: xl71, width: 64"]12[/TD]
[TD="class: xl72, width: 105"]Shorts-AL[/TD]
[TD="class: xl73, width: 64"]-2[/TD]
[TD="class: xl74, width: 64"]10[/TD]
[/TR]
</tbody>[/TABLE]
The shorts (Shorts) are identified by size only. The quantities can be from 0 to the number of shorts in stock.
The formula in Column(Sold) is: =-SUMIF(Sales!$G$2:$G$1285,F2,Sales!$H$2:$H$1285)
Note:
I use helper columns to identify unique jerseys and soccer sets, by size and jersey number, the quantities are always one (1).
Problem:
Shorts-AL were bought twice a total of 24. Then sold 2 of them, balance should be 22, but using above formula, it is 20, the -2 is deducted from both purchases
SALES sheet
All sales are registered here.
Column Headings:
[TABLE="width: 717"]
<tbody>[TR]
[TD="class: xl65, width: 75"]Date[/TD]
[TD="class: xl63, width: 64"]Receipt#[/TD]
[TD="class: xl63, width: 136"]Name[/TD]
[TD="class: xl64, width: 145"]Product[/TD]
[TD="class: xl64, width: 64"]Size[/TD]
[TD="class: xl64, width: 64"]JerseyNo[/TD]
[TD="width: 105"]Helper[/TD]
[TD="class: xl64, width: 64"]Qty[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 845"]
<tbody>[TR]
[TD="align: right"]1/19/2017[/TD]
[TD="align: right"]2998[/TD]
[TD]Erik Estrada[/TD]
[TD]Shorts[/TD]
[TD]AL[/TD]
[TD][/TD]
[TD]Shorts-AL[/TD]
[TD]1[/TD]
[TD]$5.00[/TD]
[TD]$5.00[/TD]
[/TR]
[TR]
[TD="align: right"]1/19/2017[/TD]
[TD="align: right"]2999[/TD]
[TD]Mathew Kingston[/TD]
[TD]SocSet[/TD]
[TD]YXL[/TD]
[TD]46[/TD]
[TD]SocSet-YXL-46[/TD]
[TD]1[/TD]
[TD]$10.00[/TD]
[TD]$10.00[/TD]
[/TR]
[TR]
[TD="align: right"]1/19/2017[/TD]
[TD="align: right"]30201[/TD]
[TD]Harry Inchon[/TD]
[TD]Jersey[/TD]
[TD]AL[/TD]
[TD]8[/TD]
[TD]Jersey-AL-8[/TD]
[TD]1[/TD]
[TD]$10.00[/TD]
[TD]$10.00[/TD]
[/TR]
[TR]
[TD="align: right"]1/19/2017[/TD]
[TD="align: right"]30201[/TD]
[TD]Harry Inchon[/TD]
[TD]Shorts[/TD]
[TD]AL[/TD]
[TD][/TD]
[TD]Shorts-AL[/TD]
[TD]1[/TD]
[TD]$5.00[/TD]
[TD]$5.00[/TD]
[/TR]
</tbody>[/TABLE]
I read in this forum that Access is better for tracking inventory, but could not find an appropriate template that keeps track of inventory by not only product type and size, but also jersey numbers on each uniform. Any help will be much appreciated. Have a great day!
JC
I'm not allowed to upload attachments, so here are the worksheets and headers with problem data.
INVENTORY sheet
Column Headings:
[TABLE="width: 564"]
<tbody>[TR]
[TD="class: xl65, width: 75"]Date[/TD]
[TD="class: xl66, width: 64"]Product[/TD]
[TD="class: xl68, width: 64"]Size[/TD]
[TD="class: xl68, width: 64"]Jersey#[/TD]
[TD="class: xl68, width: 64"]Qty[/TD]
[TD="class: xl69, width: 105"]Helper[/TD]
[TD="class: xl67, width: 64"]Sold[/TD]
[TD="class: xl70, width: 64"]OnHand[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 564"]
<tbody>[TR]
[TD="class: xl68, width: 75, align: right"]11/2/2016[/TD]
[TD="class: xl69, width: 64"]Jersey[/TD]
[TD="class: xl70, width: 64"]AL[/TD]
[TD="class: xl70, width: 64"]38[/TD]
[TD="class: xl70, width: 64"]1[/TD]
[TD="class: xl72, width: 105"]Jersey-AL-38[/TD]
[TD="class: xl73, width: 64"]0[/TD]
[TD="class: xl74, width: 64"]1[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 564"]
<tbody>[TR]
[TD="align: right"]11/2/2016[/TD]
[TD]Shorts[/TD]
[TD]AL[/TD]
[TD][/TD]
[TD]12[/TD]
[TD]Shorts-AL[/TD]
[TD]-2[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 564"]
<tbody>[TR]
[TD="class: xl69, width: 75, align: right"]11/3/2016[/TD]
[TD="class: xl70, width: 64"]Shorts[/TD]
[TD="class: xl71, width: 64"]AL[/TD]
[TD="class: xl71, width: 64"][/TD]
[TD="class: xl71, width: 64"]12[/TD]
[TD="class: xl72, width: 105"]Shorts-AL[/TD]
[TD="class: xl73, width: 64"]-2[/TD]
[TD="class: xl74, width: 64"]10[/TD]
[/TR]
</tbody>[/TABLE]
The shorts (Shorts) are identified by size only. The quantities can be from 0 to the number of shorts in stock.
The formula in Column(Sold) is: =-SUMIF(Sales!$G$2:$G$1285,F2,Sales!$H$2:$H$1285)
Note:
I use helper columns to identify unique jerseys and soccer sets, by size and jersey number, the quantities are always one (1).
Problem:
Shorts-AL were bought twice a total of 24. Then sold 2 of them, balance should be 22, but using above formula, it is 20, the -2 is deducted from both purchases
SALES sheet
All sales are registered here.
Column Headings:
[TABLE="width: 717"]
<tbody>[TR]
[TD="class: xl65, width: 75"]Date[/TD]
[TD="class: xl63, width: 64"]Receipt#[/TD]
[TD="class: xl63, width: 136"]Name[/TD]
[TD="class: xl64, width: 145"]Product[/TD]
[TD="class: xl64, width: 64"]Size[/TD]
[TD="class: xl64, width: 64"]JerseyNo[/TD]
[TD="width: 105"]Helper[/TD]
[TD="class: xl64, width: 64"]Qty[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 845"]
<tbody>[TR]
[TD="align: right"]1/19/2017[/TD]
[TD="align: right"]2998[/TD]
[TD]Erik Estrada[/TD]
[TD]Shorts[/TD]
[TD]AL[/TD]
[TD][/TD]
[TD]Shorts-AL[/TD]
[TD]1[/TD]
[TD]$5.00[/TD]
[TD]$5.00[/TD]
[/TR]
[TR]
[TD="align: right"]1/19/2017[/TD]
[TD="align: right"]2999[/TD]
[TD]Mathew Kingston[/TD]
[TD]SocSet[/TD]
[TD]YXL[/TD]
[TD]46[/TD]
[TD]SocSet-YXL-46[/TD]
[TD]1[/TD]
[TD]$10.00[/TD]
[TD]$10.00[/TD]
[/TR]
[TR]
[TD="align: right"]1/19/2017[/TD]
[TD="align: right"]30201[/TD]
[TD]Harry Inchon[/TD]
[TD]Jersey[/TD]
[TD]AL[/TD]
[TD]8[/TD]
[TD]Jersey-AL-8[/TD]
[TD]1[/TD]
[TD]$10.00[/TD]
[TD]$10.00[/TD]
[/TR]
[TR]
[TD="align: right"]1/19/2017[/TD]
[TD="align: right"]30201[/TD]
[TD]Harry Inchon[/TD]
[TD]Shorts[/TD]
[TD]AL[/TD]
[TD][/TD]
[TD]Shorts-AL[/TD]
[TD]1[/TD]
[TD]$5.00[/TD]
[TD]$5.00[/TD]
[/TR]
</tbody>[/TABLE]
I read in this forum that Access is better for tracking inventory, but could not find an appropriate template that keeps track of inventory by not only product type and size, but also jersey numbers on each uniform. Any help will be much appreciated. Have a great day!
JC