Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Are the words Group, Use, Finish and List_Price defined names? (eg
from row 3 onwards?) If so you can try this array* function: =MIN(IF((Group=$A$1)*(Use="X")*(Finish="Red"),List _Price,10E10)) An aray function must be committed with the key combination CTRL-SHIFT- ENTER (CSE) instead of the usual ENTER. Hope this helps. Pete On May 6, 5:13*pm, Jon Ratzel wrote: I need a formula that would work as a minimum ifs function similar to the sumifs formula. Given the data set below I need the minimum list price for the group in cell A1 but only only if the Use = Y and Finish = Red. Can anyone help? Group * Use * Finish * * * List Price * * * Min List Price A * * * * *X * * * *Red * * * * * $10 B * * * * *Y * * * * Blue * * * * *$12 A * * * * *Y * * * *Red * * * * * $15 * * * * * * *$15 C * * * * *X * * * *Yellow * * * $10 A * * * * *Y * * * * *Red * * * * * $19 * * * * * * *$15 B * * * * *Y * * * * Red * * * * * $9 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
minimum function but want to exclude zero | Excel Discussion (Misc queries) | |||
using min function without calculating 0 as minimum | New Users to Excel | |||
How do I set a minimum value to be returned from IF function | Excel Discussion (Misc queries) | |||
Minimum function | Excel Discussion (Misc queries) | |||
minimum function | Excel Worksheet Functions |