Hello, if someone could help me with this that would be so awesome.
This array formula will:
1) Check the date (C4)
2) Find first matching date in "Table6[SIM/ZONE Due Dates]"
3) Display Items listed in the same row in Table6[Model]
This formula is duplicated down the column but offset to find the next corresponding item in the data list with the same Due Date that matches the date in C4. So it will give me a full list of all the items that have the same date in C4.
Goal:
-Do the same thing but in column C in the example Weekly Summary sheet, but instead I want it to display "Yes" or "No" if the Info for that row exist.
Formula:
{=IFERROR(INDEX(Table6[Model], SMALL(IF('Weekly Summary'!C4=Table6[SIM/ZONE Due Date], ROW(Table6[SIM/ZONE Due Date])-MIN(ROW(Table6[SIM/ZONE Due Date]))+1, ""), ROW('Master Tracker'!A1)))&" SIMULATIONS", "")}
Any help would be awesome, thank you.
Example:
Example1.xlsx
Bookmarks