Brandypants
New Member
- Joined
- Nov 7, 2019
- Messages
- 3
I need to review a list of data and return all of the matches based on 2 criteria and cannot figure out the entire formula. Below is what I have now but it only matches 1 criteria: "CASH IN IMPORT'!$R$5. How on earth do I add a second criteria, which would be column B of sheet '3.INT' matching cell H4 of sheet "CASH IN IMPORT'
=IFERROR(INDEX('3.INT'!$A$1:$F$60,SMALL(IF('3.INT'!$A:$A='CASH IN IMPORT'!$R$5,ROW('3.INT'!$A:$A)),ROW(1:1)),3),"")
Any thoughts are appreciated!
=IFERROR(INDEX('3.INT'!$A$1:$F$60,SMALL(IF('3.INT'!$A:$A='CASH IN IMPORT'!$R$5,ROW('3.INT'!$A:$A)),ROW(1:1)),3),"")
Any thoughts are appreciated!