MoonAlert,
Welcome to the forum!
Attached is an example workbook based on the criteria you described.
In cells F2:F5 is where the search criteria gets entered.
In cell F7 is this formula to get the result:
=IF(COUNTBLANK(F2:F5)>0,"",IF(OR(COUNTIFS(A2:A8,">="&F3,A2:A8,"<"&F3+1,C2:C8,F2,B2:B8,F4)=0),"No matches",INDEX(A2:A8,MATCH(1,INDEX((C2:C8=F2)*(B2:B8=F4)*(INT(A2:A8)=F3)*((ABS((A2:A8-INT(A2:A8))-F5))=SMALL(INDEX((C2:C8=F2)*(B2:B8=F4)*(INT(A2:A8)=F3)*(ABS((A2:A8-INT(A2:A8))-F5)),),ROWS(A2:A8)-COUNTIFS(A2:A8,">="&F3,A2:A8,"<"&F3+1,C2:C8,F2,B2:B8,F4)+1)),),0))))
Does that work for you?
Bookmarks