I have two sets of dates (yyyy/mm/dd) in two columns, I want to check if the dates are the same or not. I tried the following line of code and it doesn't seem to work
If (Application.WorksheetFunction.CountIfs(completed.Columns(2), "=", row.Columns(5))) Then
Is it possible to compare two sets of dates with CountIfs?