A
alluknowiswrong
Hi all,
I need help with a sales order form. On my Sheet2 I have a 4-colum
list for item #'s, item names, sizes, and costs. I need to be able t
type in the name, size, and cost in the B, C, & D columns and have th
item # appear in column A.
So basically, I need A1 to check B11 against the list on Sheet2 for
row that contains the same 3 values, and return the corresponding ite
#. Would this be a combination of VLOOKUP and IF or MATCH?
I started playing with this:
=IF(AND(B1=Sheet2!B1,C1=Sheet2!C1,D1=Sheet2!D1),Sheet2!A1)
but of course it doesn't check all rows in the list, which is what
need. Any suggestions?
________________________________
"It is not enough to teach,
one must punish as well."
- Peter Sellers, "The Magic Christian"
[/FONT