Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I am trying to sum values equal to a certain criteria within larger
values. eg A B 1 10 2 10 3 15 4 20 I need to sum all values <= x number (including the x value where it is part of a larger number). eg all values <=10 would be 40 (10+10+10+10) all values <=15 would be 50 (10+10+15+15) Any ideas on a formula for this? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe,
providing there are only numbers in your range =SUMPRODUCT((A1:A10<=10)*(A1:A10)) Mike "liytgdh" wrote: Hi, I am trying to sum values equal to a certain criteria within larger values. eg A B 1 10 2 10 3 15 4 20 I need to sum all values <= x number (including the x value where it is part of a larger number). eg all values <=10 would be 40 (10+10+10+10) all values <=15 would be 50 (10+10+15+15) Any ideas on a formula for this? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding Most Recent Values in Col1 -- Summing Matching Values | Excel Discussion (Misc queries) | |||
Summing Values in a Row | Excel Worksheet Functions | |||
summing values in one row based on values in another row | Excel Worksheet Functions | |||
LOOKING FOR A NAME, THEN SUMMING ALL VALUES ASSOCIATED WITH NAME | Excel Discussion (Misc queries) | |||
searching for values and summing the corresponding values | Excel Worksheet Functions |