We all know how to prevent duplicates in excel by using data validation and the custom formula : =COUNTIF($A:$A;A1)=1 for example.
but I need to add a time condition, so every day I'm typing some numbers in a row and these numbers must be unique in the that day.
So there must be no duplicates entries in the same day but can be typed tomorrow also one time and so on.



countif()tocountifs()– Kyle Mar 02 '16 at 18:05