Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have foll data
criteria score Unique answer yes 4 yes 20 yes 6 no 116 yes 6 yes 4 no 45 no 57 no 6 no 8 I need is sum of all the score for each criteria Yes would give 20 No would give 116 I tried the foll... Range("b3").Value = Application.WorksheetFunction.SumIf(Range("a:a"), Range("c2"), Range("b:b")) Problem is the criteria "c2", i wish to change using a loop. i cannot use sumproduct because the criteria are more in number close to 50. Thsi something very imp for me and i am badly stuck.. please help.. Thanks! Boss |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filter criteria in reference cells | Excel Discussion (Misc queries) | |||
To criteria with Reference from Cell | Excel Worksheet Functions | |||
Reference cell in one TAB from another using two criteria | Excel Worksheet Functions | |||
sumif criteria reference | Excel Worksheet Functions | |||
3D reference with multiple criteria | Excel Worksheet Functions |