Hi, I am obtaining the min date given several conditions.
When one of the conditions is nonexistent, it gives me that one as the min value.
How can I solve that?
I am obtaining the =MIN(IF(MINIFS('EV80'!$G:$G;'EV80'!$P:$P;"OK";'EV80'!$G:$G;"<="&$F$4)>0;MINIFS('EV80'!$G:$G;'EV80'!$P:$P;"OK";'EV80'!$G:$G;"<="&$F$4));IF(MINIFS('EV80'!$G:$G;'EV80'!$G:$G;"<="&$F$4;'EV80'!$Q:$Q;">"&$F$4)>0;MINIFS('EV80'!$G:$G;'EV80'!$G:$G;"<="&$F$4;'EV80'!$Q:$Q;">"&$F$4)))
When one of the conditions is nonexistent, it gives me that one as the min value.
How can I solve that?
I am obtaining the =MIN(IF(MINIFS('EV80'!$G:$G;'EV80'!$P:$P;"OK";'EV80'!$G:$G;"<="&$F$4)>0;MINIFS('EV80'!$G:$G;'EV80'!$P:$P;"OK";'EV80'!$G:$G;"<="&$F$4));IF(MINIFS('EV80'!$G:$G;'EV80'!$G:$G;"<="&$F$4;'EV80'!$Q:$Q;">"&$F$4)>0;MINIFS('EV80'!$G:$G;'EV80'!$G:$G;"<="&$F$4;'EV80'!$Q:$Q;">"&$F$4)))