I have a form that is filled out by a handful of managers through our organization. I am working on creating a roll up to confirm that the form is completed by each person each month, and link it to an automation. I was trying to do a if and statement, then build automation based on that.
For Reference {Manager Form} is a spreadsheet and {Manager Tracker} is a spreadsheet.
{Manager Form} has a column for Manager Name and a column for the month/year of report, as well as many other lines for other items on the form. This is a big spreadsheet and will be completed monthly by multiple managers.
{Manager Tracker} is going to assist in tracking if each month of the year has a response. So I was planning to have it set up to check if the manager has submitted their monthly report by a specific date then automate a message for the DM to complete it if not completed by a specific date.
(Automation I am not having an issue with, it's the if formula reference that is referencing the other sheet that I am having an issue with.
On {Manager Tracker} I input the following statement to see if the March form was completed by a specific manager:
=IF(AND(({Manager Form Range 1}) = "March 2021", ({Manager Form Range 2}) = "Manager Name"), "Complete", "Not Complete")
This if and statement is returning an invalid operation error.
Can someone help me understand how to fix the issue.
Thank you!
KM