Hello!
I have an array function that I use for looking up names automatically within a range and only displaying the names that follow that criteria (shown below)
{=IFERROR(INDEX(Table1[IDENTIFIER],MATCH(0,IF("funded"=Table1[STATUS],COUNTIF(F$1:F1,Table1[IDENTIFIER]),"sup"),0)),"")}
If anything in the status column matched with "funded" it would auto pull all the names and show them in a list. I have the array going from a1 to d250, so if only 25 names are available, it'll only show the 25 and the rest of the cells are blank.
What I am trying to accomplish is instead of the status column showing "funded", it's searching for dates within a certain range of today, and then displaying the names associated with that date. I'm looking for any date that is 365 days prior to today, it will return the name value. I've tried today()-365 and today()<365, but nothing is being pulled in the array.
Thank you for your help! I have uploaded the file for your review.
Bookmarks