Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a list of all the sales orders for the month. I want to Subtotal
certain part numbers from that sheet into another. Vlookup doesn't seem to work for this. Is there another function that will do this. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try sumif function (with only once criteria such as a part number) or
sumproduct function if you need more than one critieria. "Richard" wrote: I have a list of all the sales orders for the month. I want to Subtotal certain part numbers from that sheet into another. Vlookup doesn't seem to work for this. Is there another function that will do this. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is a SUMIF function or doesn't this work in your instance?
"Richard" wrote: I have a list of all the sales orders for the month. I want to Subtotal certain part numbers from that sheet into another. Vlookup doesn't seem to work for this. Is there another function that will do this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
To copy subtotal into another sheet | Excel Discussion (Misc queries) | |||
List and subtotal selected items, then print separate item list | Excel Worksheet Functions | |||
Pivot table - Gross Profit Percentage subtotal with multiple items | New Users to Excel | |||
how do I set up time sheet and items bought expense sheet | Excel Discussion (Misc queries) | |||
Subtotal another open sheet in VBA | Excel Programming |