I use a function close to the following to return valuesfrom sheet 2 where the Name and Price on sheet 2 match sheet 1.
<o:p></o:p>
<o:p></o:p>
Index(Sheet2A:A,Match(1,(Sheet1B2=Sheet2B:B)*(Sheet1C2=Sheet2C:C),0))
<o:p></o:p>
If it tries to return a value from Sheet 2 that matchesSheet 1...