Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a set of data where I want to count some values with a range of
different outcomes: a b c d a a c e 0 = COUNTIF(A2:D2,OR(A1,B1,C1,D1)) 3 <-- Answer I want to get The Bottom answer is what I want to get The Top answe is what I am getting Is there a way of doing this without doing a long formula such as: = COUNTIF(A2:D2,A1)+COUNTIF(A2:D2,B1)+COUNTIF(A2:D2, C1)+COUNTIF(A2:D2,D1) My formula is already very complicated so I want to avoid doing this if possible |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMPRODUCT, SUMIF, COUNTIF for multiple sheets for multiple criter | Excel Worksheet Functions | |||
Nesting COUNTIF for multiple criteria in multiple columns | Excel Worksheet Functions | |||
CountIf for a range with multiple criteria | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
Countif with multiple criteria and multiple worksheets | Excel Worksheet Functions |