Trevor Kaltenbrunn
New Member
- Joined
- Feb 2, 2019
- Messages
- 9
Hi Please help,
I have a worksheet entitled Sales and i have a second Sheet for a summary of sales YEARLY SALES by item. Sales worksheet SALES has 8 columns ( Invoice,date,item, Quantity, Description,Ect). In the second worksheet i would like to check a certain item in Sales worksheet and see how many have been sold.
In Sales worksheet column 3 has item and column 4 has amount soled. If i now have multiple row entries of the same item i need the value of that items total sold amount to be displayed in the summary sheet, next to the item header.
If you see example below, in SALES Column 3 i have labour Twice, i need to check the total of the labour sold in Column 2 YEARLY SALES
Sales Workbook
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Inv Nu[/TD]
[TD]Date[/TD]
[TD]Item[/TD]
[TD]Qty[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]Labour[/TD]
[TD]4[/TD]
[TD]Labour[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]Call Out[/TD]
[TD]1[/TD]
[TD]Call Out[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]Pen[/TD]
[TD]7[/TD]
[TD]Pen[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]Labour[/TD]
[TD]8[/TD]
[TD]Labour[/TD]
[/TR]
</tbody>[/TABLE]
Yearly Sales
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Labour[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Call Out[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Pen[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
I have a worksheet entitled Sales and i have a second Sheet for a summary of sales YEARLY SALES by item. Sales worksheet SALES has 8 columns ( Invoice,date,item, Quantity, Description,Ect). In the second worksheet i would like to check a certain item in Sales worksheet and see how many have been sold.
In Sales worksheet column 3 has item and column 4 has amount soled. If i now have multiple row entries of the same item i need the value of that items total sold amount to be displayed in the summary sheet, next to the item header.
If you see example below, in SALES Column 3 i have labour Twice, i need to check the total of the labour sold in Column 2 YEARLY SALES
Sales Workbook
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Inv Nu[/TD]
[TD]Date[/TD]
[TD]Item[/TD]
[TD]Qty[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]Labour[/TD]
[TD]4[/TD]
[TD]Labour[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]Call Out[/TD]
[TD]1[/TD]
[TD]Call Out[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]Pen[/TD]
[TD]7[/TD]
[TD]Pen[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]Labour[/TD]
[TD]8[/TD]
[TD]Labour[/TD]
[/TR]
</tbody>[/TABLE]
Yearly Sales
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Labour[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Call Out[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Pen[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
Thanks