I am trying to extract pricing based on an ID# and device code. I've tried a couple variations of what I read online, to no avail.
INDEX('Sheet A'!$F$2:$K$36310,MATCH($A4,'Sheet A'!$A$2:$A$36310, 0),3) works, but when I add the second 'row criteria' it all goes south.... example below
INDEX('Sheet A'!$F$2:$K$36310, MATCH(1,('Sheet A'!$A$2:$A$36310=$A4) * ('Sheet A'!$B$2:$B$36310=$E$1), 0) ,3)
Sheet A (original data)
New sheet
INDEX('Sheet A'!$F$2:$K$36310,MATCH($A4,'Sheet A'!$A$2:$A$36310, 0),3) works, but when I add the second 'row criteria' it all goes south.... example below
INDEX('Sheet A'!$F$2:$K$36310, MATCH(1,('Sheet A'!$A$2:$A$36310=$A4) * ('Sheet A'!$B$2:$B$36310=$E$1), 0) ,3)
Sheet A (original data)
New sheet