Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In "Column AW" I have a list of material items (there are some that are the
same), and in "Column AX" I have the weight associated with each item. My question is: How can I look up all "like items" in column AW and get a total of the combined weight (for these like items)? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
use pivot table. add materials to row and weight to data and do a sum
function on the data. "thaenn" wrote: In "Column AW" I have a list of material items (there are some that are the same), and in "Column AX" I have the weight associated with each item. My question is: How can I look up all "like items" in column AW and get a total of the combined weight (for these like items)? Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
do a pivot. put materials in row and weight in data field and do sum on data.
"thaenn" wrote: In "Column AW" I have a list of material items (there are some that are the same), and in "Column AX" I have the weight associated with each item. My question is: How can I look up all "like items" in column AW and get a total of the combined weight (for these like items)? Thanks! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
For any one particular item (say Item1):
=sumif(aw:aw,"item1",ax:ax) If you have lots of these items, you may want to look at data|pivottables. thaenn wrote: In "Column AW" I have a list of material items (there are some that are the same), and in "Column AX" I have the weight associated with each item. My question is: How can I look up all "like items" in column AW and get a total of the combined weight (for these like items)? Thanks! -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, I will give it a try!
"gchigo" wrote: use pivot table. add materials to row and weight to data and do a sum function on the data. "thaenn" wrote: In "Column AW" I have a list of material items (there are some that are the same), and in "Column AX" I have the weight associated with each item. My question is: How can I look up all "like items" in column AW and get a total of the combined weight (for these like items)? Thanks! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I will try your suggestion, Thank you!
"Dave Peterson" wrote: For any one particular item (say Item1): =sumif(aw:aw,"item1",ax:ax) If you have lots of these items, you may want to look at data|pivottables. thaenn wrote: In "Column AW" I have a list of material items (there are some that are the same), and in "Column AX" I have the weight associated with each item. My question is: How can I look up all "like items" in column AW and get a total of the combined weight (for these like items)? Thanks! -- Dave Peterson |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That was the answer, Thanks Dave!
"Dave Peterson" wrote: For any one particular item (say Item1): =sumif(aw:aw,"item1",ax:ax) If you have lots of these items, you may want to look at data|pivottables. thaenn wrote: In "Column AW" I have a list of material items (there are some that are the same), and in "Column AX" I have the weight associated with each item. My question is: How can I look up all "like items" in column AW and get a total of the combined weight (for these like items)? Thanks! -- Dave Peterson |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One more way.
Sort your data by column AW. Then apply data|subtotals and subtotal using sum the values in column AX--based on the key in column AW. You can use the outlining symbols to the left to hide/show the details. thaenn wrote: That was the answer, Thanks Dave! "Dave Peterson" wrote: For any one particular item (say Item1): =sumif(aw:aw,"item1",ax:ax) If you have lots of these items, you may want to look at data|pivottables. thaenn wrote: In "Column AW" I have a list of material items (there are some that are the same), and in "Column AX" I have the weight associated with each item. My question is: How can I look up all "like items" in column AW and get a total of the combined weight (for these like items)? Thanks! -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
... I want to chart data from 30 separate worksheets ... | Excel Discussion (Misc queries) | |||
macro | Excel Discussion (Misc queries) | |||
Vlookup to Return a Range of Data | Excel Discussion (Misc queries) | |||
Macro question | Excel Worksheet Functions | |||
Inserting a new line when external data changes | Excel Discussion (Misc queries) |