Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try one of these:
=SUMPRODUCT(MAX((A1:A10="Apple")*(B1:B10))) or =MAX(INDEX((A1:A10="Apple")*(B1:B10),0)) These formulae don't required ctrl+shift+enter, just press enter "Eric" wrote: Does anyone have any suggestions on how to determine the value with condition? Under A column, there is a list of types. Under B column, there is a list of numbers. For example Apple 10 Orange 15 Banana 21 Apple 4 Banana 3 Orange 7 Orange 9 Apple 11 I would like to determine the maximum number under Apple type using index and match function. Does anyone have any suggestions? Thank you very much Eric |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to determine the value? | Excel Worksheet Functions | |||
How to determine the value? | Excel Discussion (Misc queries) | |||
How to determine the value? | Excel Discussion (Misc queries) | |||
How to determine the value? | Excel Worksheet Functions | |||
How to determine the value? | Excel Discussion (Misc queries) |