Hi. I have built a form for our HR department to log their whereabouts for the following week. The team also receive an automated reminder every Wednesday to submit 5 entries (one row = 1 day) for each day of the following week. They simply advance the date field and select their whereabouts for each day.
Although this is working well, the HR manager has asked if I can now create an additional reminder to be automatically sent every Monday morning for all team members who still haven't yet submitted for that week.
I think I need a MAX formula to identify the latest date (select date) submitted for each team member (HR team Member). I created a checkbox field for this with the formula below but I can't get it to work.
=IF([Select Date]@row = MAXCollect([Select Date]:[Select Date],[HR team Member]:[HR team Member], [HR team Member]@row)), 1)
Once the checkbox is working, I thought of creating a separate summary/metrics sheet, then sending an automation from there every Monday, where the most recent select date value is in the past.
Can anyone assist with the formulae above? And is there a cleaner approach?
Your help as ever is appreciated.