Forum Discussion

MeiChan1314's avatar
MeiChan1314
Copper Contributor
Aug 10, 2021
Solved

Simple formula for search the min date with criteria

Hi All, the screenshot are the sample of raw data and result.  I would like to return the earliest date from the category of "pull,push,pull-M,push-M" with formula at K column.   
  • HansVogelaar's avatar
    HansVogelaar
    Aug 10, 2021

    MeiChan1314 

    Use

     

    =IF(MINIFS($G$111:$G$500, $F$111:$F$500, J111, $H$111:$H500, "pu*")=0,"",MINIFS($G$111:$G$500, $F$111:$F$500, J111, $H$111:$H500, "pu*"))

Resources