Quantity from second worksheet

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

Inv NuDateItemQtyDescription
12Labour4Labour
2Call Out1Call Out
3Pen7Pen
4Labour8Labour

<tbody>
</tbody>

Yearly Sales

Labour?
Call Out?
Pen?
?
?

<tbody>
</tbody>

Thanks
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
try


Book1
ABCDEFGH
1Inv NuDateItemQtyDescriptionYearly Sales
212Labour4LabourLabour12
32Call Out1Call OutCall Out1
43Pen7PenPen7
54Labour8Labour
Sheet1
Cell Formulas
RangeFormula
H2=SUMIF(C:C,G2,D:D)
 
Upvote 0
try

ABCDEFGH
1Inv NuDateItemQtyDescriptionYearly Sales
212Labour4LabourLabour12
32Call Out1Call OutCall Out1
43Pen7PenPen7
54Labour8Labour

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
H2=SUMIF(C:C,G2,D:D)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Hi Alan

What can i do if they are on seperate worksheets. I want the results your column H in a seperate worksheet.
 
Upvote 0
the easiest way is create them in the same sheet, cut and paste the columns (e.g. G & H) to the new sheet, excel will adjust the reference automatically
 
Upvote 0

Forum statistics

Threads
1,214,415
Messages
6,119,381
Members
448,888
Latest member
Arle8907

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