Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
=SUMPRODUCT(--(A1:A10<""),(1-ISNUMBER(MATCH(A1:A10,{"Criteria1","Criteri a2","Criteria3"},0)))) By the way, your first formula... =COUNTIF(A1:A10,{"Criteria1","Criteria2","Criteria 3"}) ....does not need to be confirmed with CONTROL+SHIFT+ENTER. You only need to confirm with ENTER. Hope this helps! In article . com, "Santa-D" wrote: I'm currently using a CSE formula to retrieve the total number of different criteria within a data source using the following: {=SUM(COUNTIF(data.range,{"criteria1","criteria2", "etc"}))} What I want to do is now sum the values of those items that are not of those values i.e. {=SUM(COUNTIF(data.range,{<"criteria1",<"criteri a2",<"etc"}))} Is this possible and if yes, how do I go about doing it. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Returning Results Based on Two Criteria | Excel Worksheet Functions | |||
Find largest alphanumeric value matching alpha criteria in databas | Excel Worksheet Functions | |||
sorting more than 3 keys | Excel Discussion (Misc queries) | |||
Can I get the mode, min, and max with multiple criteria? | Excel Discussion (Misc queries) | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions |