Hoping for some help with a formula. I haven't been able to find an answer for this particular combination of issues.
I want to create an INDEX MATCH lookup based on three criteria:
- Normal text lookup
- Text lookup possibly within a larger string of text (used FIND for this)
- Latest date
I can't figure out how to work in the third point. Here's my formula that captures the first two:
=INDEX($C$2:$C$4,MATCH(1,($A$8=$A$2:$A$4)*(FIND(B8,$B$2:$B$4)>0),0))
See image below. I would want the result in cell C8 to be "Q3" because that row has the later date and fulfills the other two criteria.