gtd526
Well-known Member
- Joined
- Jul 30, 2013
- Messages
- 730
- Office Version
- 2019
- Platform
- Windows
Hello,
This formula is working, but I need to add another criteria.
In addition to MATCH("*"&C2&"*",'Player Stats'!C:C,0),
want to add: MATCH(B2,'Player Stats'!A:A,0)
This way its looking at 2 matches (A:A & C:C) in different columns for a correct result (AC:AC).
This is the complete formula.
You can create a different formula (not using Index, Match) if needed.
thank you
This formula is working, but I need to add another criteria.
In addition to MATCH("*"&C2&"*",'Player Stats'!C:C,0),
want to add: MATCH(B2,'Player Stats'!A:A,0)
This way its looking at 2 matches (A:A & C:C) in different columns for a correct result (AC:AC).
This is the complete formula.
Excel Formula:
=INDEX('Player Stats'!AC:AC,MATCH("*"&C2&"*",'Player Stats'!C:C,0))
You can create a different formula (not using Index, Match) if needed.
thank you