Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a dataset with over 1000 records contained in two columns. First
column is product name...second column is a measured quantitiy for that product. Originally the data was accumulated over time, but they have been sorted to group the products. I need to average the measured quantity for each product. I can do it by hand but short of VBA is there a way to go through and have an average for each measured quantity for each product done automatically. ex. ProdA 1 ProdA 3 ProdA 2 ProdB 4 ProdB 6 I can see comparing the product names in an IF statement but it seems it will require a variable in the IF to get it to average each product separately. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not at all clear on use of variables and/or object variables | Excel Discussion (Misc queries) | |||
Three Variables | Excel Worksheet Functions | |||
Conditionals | Excel Worksheet Functions | |||
SUM IF and two variables | Excel Worksheet Functions | |||
Improve autofilter combine conditionals with filter criteria | Excel Worksheet Functions |