Need some help..
I am referencing another sheet for all of my references
I need the formula to return the name of the project if the deadline date is within 210 days from today's date and the date paid does not have a date.
=IF(AND({Deadline Range 1} >= TODAY(210), {Date Paid Range 2} <> ""), {Project Range 3}, 0)