Hi there, I need to create a formula that counts how many dates are less than or equal to the project's completed date.
I have this formula so far, however when I try to add on an "=" with another "Countifs" or "Or" my formula does not function.
=COUNTIFS([Expected Go Live Date]@row, >[Completed Date]@row)
How can I add on to this formula to include if the date is equal to the expected completion date?
Thank you in advance!