Hi,
I would like to the name(s) to appear on another sheet if the exact date falls within the "Start date" and "End date" and status is "approved".
i have come out something like this "
=IFERROR(INDEX(Holidays5[Name],MATCH(1,INDEX((Holidays5[Status]="Approved")*(Holidays5[[Start Date ]]<=CalendarView!$M$19)*(Holidays5[End Date]>=CalendarView!$M$19),,),0),'Master File'!A$4:A4),"")" but it doesnt return multiple results"
Please make it that it will return multiple results.
Thanks
Bookmarks