Hi,
I am trying to put together a formula sheet from our data in our inventory. Within the inventory, each project is assigned to someone and given a due date, they will manually enter their completion date.
I want the formula to count # of projects someone completes on time. Here is my current formula:
=COUNTIFS({Assigned Contact}, User@row, {Completion Date}, <={Due Date})
Seems like a simple enough formula, but it only gives me a count of 0, even though some users have completion date = Due date.
Any ideas?