Hi,
I am working on a tracker for our new employees to ensure our managers are completing a weekly check-in with them for 5 weeks.
I need to match their name, then match collect the created date from the check-in form and confirm it falls in between their start date and date helper field (start date +7 days). I will need to continue this formula for week 2, week 3, and so on.
=INDEX(COLLECT({Check-in form Range created date}, Name@row, ={ Check-in form Range Employee Name}, { Check-in form Range created date }, >=[Hire Date]@row, { Check-in form Range created date }, <=[Week 1 Date Helper]@row), 1)