Hi guys I'm trying to get the min date in column C if column S has a certain criteria in F.
So now I'm using as an array the below formula:

=MIN(IF('Overall Data'!$S:$S=Help!$F$2,'Overall Data'!$C$1:$C$11116))

Unfortunately it gives me back 00/01/1900 despite I don't have any 0 in the date column, anyone any idea why this is happening and how to solve it?

Many thanks as usual!!