Send report to manager of those who haven't completed form submission request.
Hi,
I have created a form that is sent daily to all employee's at 4pm where they have to provide a review of the day.
At 6pm, a report is then sent to the respective managers showing what their direct reports have submitted.
However, I somehow need the report that is sent to the manager to show those who haven't submitted their forms.
Best Answer
-
=COUNTIFS({Form Sheet DAte Column}, @cell = TODAY(), {Form Sheet Name Column}, @cell = [Name COlumn]@row)
Answers
-
You would need to have a comprehensive list of all employees. From there you would use a COUNTIFS on each row to count how many times that employee's name shows up on the form submission sheet for TODAY().
If that COUNTIFS(.....) = 0, then that employee has not filled it out for today.
-
Thanks Paul. What would the complete formula be??
-
You would use a COUNTIFS to look for the name and the date of today.
=COUNTIFS({1st Criteria Range}, 1st Criteria, {2nd Criteria Range}, 2nd criteria)
-
Thanks but I really can't work out how to formulate this.
Column 1 is name - "Cindy Balfour"
Column 2 is date - "26/01/2023"
-
=COUNTIFS({Form Sheet DAte Column}, @cell = TODAY(), {Form Sheet Name Column}, @cell = [Name COlumn]@row)
-
Thanks, worked perfectly!!
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives