kiwikiki718
Board Regular
- Joined
- Apr 7, 2017
- Messages
- 80
- Office Version
- 365
- Platform
- Windows
Is there a way to perform a index match function if 2 conditions are met.
I am able to get the correct results if I use the below function alone
=INDEX(sheet2!C2:C2318, MATCH(1,(sheet2!A2:A2318=sheet1!X567)*(sheet2!B2:B2318="Replay"),0))
But I need to execute this function only if sheet1 cell x567 contains the word “Rep” and cell V567 = “Replay”
I am able to get the correct results if I use the below function alone
=INDEX(sheet2!C2:C2318, MATCH(1,(sheet2!A2:A2318=sheet1!X567)*(sheet2!B2:B2318="Replay"),0))
But I need to execute this function only if sheet1 cell x567 contains the word “Rep” and cell V567 = “Replay”