Forum Discussion

MeiChan1314's avatar
MeiChan1314
Copper Contributor
Jun 23, 2021
Solved

formula use to return earliest date or leave it blank

I  need the formula that can fit into most earliest delivery date column by a. return earliest date among Date 1 , Date 2 and Date 3. b. return the date if only have one date among the Date 1,2,3 ...
  • Lorenzo's avatar
    Jun 23, 2021

    MeiChan1314 

     

    in B2 (and copy down if you don't use a Table):

    =IF(COUNT(C2:E2), MIN(C2:E2), "")

Resources