Good morning, I was hoping I could get some assistance with adding another argument/criteria to the highlighted portion of the formula below:
=IFERROR(INDEX(INDEX('DATA'!$A$1:$AV$1000,,MATCH("Number",'DATA'!$A$1:$AV$1,0)),MATCH(0,<wbr style="font-family: arial, sans-serif; font-size: 12.8px;">IF(INDEX('DATA'!$A$1:$AV$1000,,MATCH("Current",'DATA'!$A$1:$AV$1,0))=1,IF(<wbr style="font-family: arial, sans-serif; font-size: 12.8px;">INDEX('DATA'!$A$1:$AV$1000,,MATCH("CODE",'DATA'!$A$1:$AV$1,0))="0003",<wbr style="font-family: arial, sans-serif; font-size: 12.8px;">COUNTIF($A$1:A1,INDEX('DATA'!$A$1:$AV$1000,,MATCH("Number",'DATA'!$A$1:$AV$1,0))))),0)),"")
What I would like to do is to also include the data where the code not only matches "0003", but also "1004."
Any and all help will be appreciated.
=IFERROR(INDEX(INDEX('DATA'!$A$1:$AV$1000,,MATCH("Number",'DATA'!$A$1:$AV$1,0)),MATCH(0,<wbr style="font-family: arial, sans-serif; font-size: 12.8px;">IF(INDEX('DATA'!$A$1:$AV$1000,,MATCH("Current",'DATA'!$A$1:$AV$1,0))=1,IF(<wbr style="font-family: arial, sans-serif; font-size: 12.8px;">INDEX('DATA'!$A$1:$AV$1000,,MATCH("CODE",'DATA'!$A$1:$AV$1,0))="0003",<wbr style="font-family: arial, sans-serif; font-size: 12.8px;">COUNTIF($A$1:A1,INDEX('DATA'!$A$1:$AV$1000,,MATCH("Number",'DATA'!$A$1:$AV$1,0))))),0)),"")
What I would like to do is to also include the data where the code not only matches "0003", but also "1004."
Any and all help will be appreciated.