Hi All!
So I have a sheet with a list of tasks, their due dates and a checkbox column for when they are completed. I'm trying to set up some formulas in another sheet (my metrics sheet which feeds to a dashboard) to generate a top 5 overdue tasks list by searching the list for the most overdue dates.
I've managed to get the dates working with a SMALL(COLLECT...) function which checks for a ticked checkbox so as to only consider dates of unchecked/incomplete tasks, but I'm struggling to get the cell next to the dates to display the task name which is in the same row as the date in the original reference sheet. This is the formula I currently have:
=VLOOKUP([Column with my overdue dates in metric sheet]3, {Reference Task List look up table which includes both the due date and task name columns}, 2, false)
This is working, but I've found a problem when I have two overdue tasks with the same due date. The formula will only search until it finds the first row with the date, it's not specific to the row the actual date came from, thereby repeating the task name for a different one. I've included a screenshot of what this looks like.
I know that this can be achieved using a report, however for the number of projects my team have operating, creating new reports for every one will get very cluttered, so I'm looking for a neater sheet to sheet link.
I'm still quite new to smartsheet and would appreciate any suggestions or help in solving this. I've tried playing around with the INDEX and MATCH functions but haven't had any luck with getting them to work.
Thanks!
Grace
