I'm trying to calculate this for a column.
=countifs(another_sheet!E:E, A2, datevalue(another_sheet!A:A),datevalue(B2))another_sheet!A:A has timestamps that look like 4/23/2023 14:13:43Whereas column B has values that look like 4/23/2023.
How would you suggest managing this so that I can compare properly? I'm looking for the date matches (don't care about the timestamp itself).