Home |
Search |
Today's Posts |
#12
![]() |
|||
|
|||
![]()
"Biff" wrote...
So, what you want to do is count unique values that meet a criteria? Try this: =SUMPRODUCT((A1:A9<"")/COUNTIF(A1:A9,A1:A9&"")*(B1:B9="yes")) .... If there's always a trip code in col A, then this could be reduced to =SUMPRODUCT((B2:B10="Yes")/COUNTIF(A2:A10,A2:A10)) The &"" only avoids problems when there's a blank in col A with a corresponding Yes in col B. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I sort by row instead of by column? | Excel Worksheet Functions | |||
Combining IF and COUNTIF based on two columns | Excel Discussion (Misc queries) | |||
Excel countif based on size of numbers in one column in Access | Excel Worksheet Functions | |||
Referencing previous column in COUNTIF | Excel Discussion (Misc queries) | |||
How do you use countif for several column criteria? | Excel Worksheet Functions |