Return "Yes" or "No" if row contain multiple criteria matching from different arrays

catiexcel

New Member
Joined
Apr 13, 2023
Messages
13
Office Version
  1. 365
Platform
  1. Windows
In this table, column G-M, I need to return "Yes" using three criteria: Team, Event, and Error. It is looking for whether each criteria match in three other arrays. Is this possible?

This is the Issue Logs tab
1684851962530.png



This is the Admin tab where two of the arrays are that the Events and Errors should match to.
1684852121209.png
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
i think this is what you're looking for. check it out and let me know.
Issues Log
Return Yes or No if row contain multiple criteria matching from different arrays.xlsx
ABCDEFGHIJKLMN
1TeamTask NoEventError TypeScoreNotes (manual)Master HomeBack Up HomeOTB HomeMaster AwayBack Up AwayOTB AwayHot EventsLocations
2SYDFlopPlayer IDYesYes      
3PENMetres SetPlayer ID     Yes  
4PENPlayer OnsideCoordinates        
5PENMarkerCoordinates        
6SYDSupport RunPlayer ID  Yes     
7SYDCharge DownPlayer ID  Yes     
8PEN20m DropoutPlayer ID    Yes Yes 
9SYDPoint ScoringCoordinates      YesYes
10SYDCarrying and BreakingCoordinates        
11SYDConversionPlayer ID Yes      
12PENCaptains ChallengePlayer ID      Yes 
13PENField Goal - 2 PointCoordinates      YesYes
14PENShot ClockCoordinates      YesYes
15PENRefereeCoordinates      YesYes
16SYDStoppagesCoordinates        
17SYDErrorCoordinates        
18SYDBall RunsCoordinates        
19PENPlay The BallCoordinates        
20SYDTacklesCoordinates        
21PENTacklesCoordinates        
Issues Log
Cell Formulas
RangeFormula
G2:L21G2=IFERROR(IF(AND($A2=VLOOKUP(TEXTAFTER(G$1," ",LEN(G$1)-LEN(SUBSTITUTE(G$1," ",""))),$P$2:$Q$3,2,FALSE),MATCH($C2,FILTER(Admin!$A$2:$E$37,TEXTBEFORE(G$1," ",LEN(G$1)-LEN(SUBSTITUTE(G$1," ","")))=Admin!$A$1:$E$1,""),0)>0,MATCH($D2,FILTER(Admin!$G$1:$K$9,TEXTBEFORE(G$1," ",LEN(G$1)-LEN(SUBSTITUTE(G$1," ","")))=Admin!$G$1:$K$1,""),0)>0),"Yes",""),"")
M2:N21M2=IFERROR(IF(AND(MATCH($C2,FILTER(Admin!$A$2:$E$37,M$1=Admin!$A$1:$E$1,""),0)>0,MATCH($D2,FILTER(Admin!$G$1:$K$9,M$1=Admin!$G$1:$K$1,""),0)>0),"Yes",""),"")

-----------------------
Admin
Return Yes or No if row contain multiple criteria matching from different arrays.xlsx
ABCDEFGHIJK
1MasterBack UpOTBHot EventsLocationsMasterBack UpOTBHot EventsLocations
2FlopFlopDecoyKick OffKick OffMissingMissingMissingMissingCoordinates
3StoppagesStoppagesEnd Of KickHalf BreakHalf BreakWrongly GivenWrongly GivenWrongly GivenWrongly Given
4ErrorErrorMetres SetTry ScoringTry ScoringPlayer IDPlayer IDPlayer IDPlayer ID
5Ball RunsBall RunsPlayer OnsideTry AssistTry AssistDetail 2Detail 2Detail 2
6Play The BallPlay The BallMarkerKick AwardedKick AwardedDetail 3Detail 3Detail 3
7KickingKickingSupport RunTry InvolvementTry InvolvementDetail 4Detail 4Detail 4
8OffloadOffloadCharge DownLine BreakLine BreakDetail 5Detail 5Detail 5
9PassPassDefender out of play - At RuckLine Break AssistLine Break AssistTimestampTimestampCoordinates
10ReceiptReceiptDummy PassLine Break InvolvementLine Break Involvement
11Secondary ContactSecondary ContactInjuryOn ReportOn Report
12Start SetStart SetInjury ResultTap KickTap Kick
13Set CompleteSet CompleteKick DefusedPenalty KickPenalty Kick
14TacklesTacklesKick Pressure20m Restart20m Restart
15Repeat SetRepeat SetKick Shepherd20m Dropout20m Dropout
16Break CauseBreak CauseKick ShielfPoint ScoringPoint Scoring
17Try CauseTry CausePlayer OffsidePenalty GoalPenalty Goal
18Tackle CompleteTackle CompleteLine DropoutLine Dropout
1920m RestartEOPEOP
2020m DropoutSin BinSin Bin
21Point ScoringSubstitution InSubstitution In
22Carrying and BreakingSubstitution OutSubstitution Out
23ConversionSent OffSent Off
24Kick ChaseCaptains ChallengeCaptains Challenge
25Kick OffRuck InfringementRuck Infringement
26Line DropoutScrumScrum
27PenaltyHalf BreakHalf Break
28Penalty GoalField GoalField Goal
29Penalty KickField Goal - 2 PointField Goal - 2 Point
30Ruck InfringementReason for ReviewReason for Review
31ScrumShot ClockShot Clock
32Sent OffCautionedCautioned
33Sin BinPenaltyPenalty
34Tap KickKick ChaseKick Chase
35VideoRefereeReferee
36Substitution InDecoy
37Substitution OutEnd of Kick
Admin
 
Upvote 1
Solution

Forum statistics

Threads
1,215,107
Messages
6,123,126
Members
449,097
Latest member
mlckr

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top