Compare two dates

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hi,. I would like to compare two dates in the same row and return a true or
false statement.

How do I do this?
 
Could you please elaborate your query. Do you mean?

With dates in A1 and B1

=IF(A1=B1,"dates are same","dates are not the same")

If this post helps click Yes
 
Back
Top