Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(MAX((B1:B4="a")*A1:A4))
more than one conditions =SUMPRODUCT(MAX((B1:B100="a")*(C1:C100="x")*(D1:D1 00="y")*A1:A100)) "Invoice" wrote: Hi, Is there a way to calculate the k largest number of only those numbers in column A which have a certain criteria in column B. For example, A B 1 a 2 a 3 a 4 b I want the function to look at the whole list in column A and return the k largest number of those that have "a" in column B, so the answer here should be 3. What about if there were more conditions in columns C, D, etc.? Thanks -- Invoice |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP and LARGE | Excel Worksheet Functions | |||
LARGE IMPORT | Excel Worksheet Functions | |||
IF Function too Large | Excel Discussion (Misc queries) | |||
large numbers going from XLS to CSV | Excel Discussion (Misc queries) | |||
Conditional summing with large amounts of data | Excel Worksheet Functions |