Forum Discussion
MeiChan1314
Jun 23, 2021Copper Contributor
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 ...
- Jun 23, 2021
Lorenzo
Jun 23, 2021Silver Contributor
MeiChan1314
Jun 25, 2021Copper Contributor
thanks it works! Just a question if the data from column date 1 , 2, 3 is carry out from another excel sheet means contain formula, does the above IF +Count+Min still working?
- LorenzoJun 25, 2021Silver Contributor
Of course, something you coul have easily checked 🙂
However, make sure the formulas involved in filling your Date1-Date3 columns return something like "" and not 0 when there's no data avail. in the other sheet, otherwise MIN will find/report the 0s
Other option is to use Sergei's formula
- MeiChan1314Jun 25, 2021Copper ContributorThank you so much!
- LorenzoJun 25, 2021Silver ContributorYou're welcome. If your solution doesn't need to be shared with people not running Excel 365, Sergei's option would be the way to go IMHO. Nice day...