I have the following array formula, which works great. My issue is the Table[Area]="Yes", can this be changed to contains "Yes". I have tried Table[Area]="*Yes*" but this doesn't work.
[/CODE]
Any help would be appreciated.
Steven
Code:
[CODE]=IFERROR(INDEX(Table1[Ref],SMALL(IF((Table1[Date]>=$B$2)*(Table1[Date]<=$B$3)*([B]Table1[Area]="Yes")[/B]*(Table1[HANDLER OVERALL]="U"),ROW(Table1[Date])-1,""),$A16),1),"")
Any help would be appreciated.
Steven
Last edited: