J
Juan Sanchez
vw
You are asking Vlookup to look for a range of cells, this
is possible in an array formula but it will only return
the first value of the array if typed only into one cell.
See if this works, say yo have Items on B1:B10 that you
want to get prices for, on cell C1 Type:
=VLOOKUP(B1,mat!$A$1:$C$157,3,FALSE)
And then select from C1 to C10 and fill down, this will
change automatically the B1 part because its relative (no
$ signs) but keep fix the $A$1:$C$157 part because of the
dollar signs...
See if that helps, if not... post back in the same
thread...
Cheers
Juan
looks up the price from the other. I can get it to do it
for a single cell if it matches the exact row but not for
numerous.
You are asking Vlookup to look for a range of cells, this
is possible in an array formula but it will only return
the first value of the array if typed only into one cell.
See if this works, say yo have Items on B1:B10 that you
want to get prices for, on cell C1 Type:
=VLOOKUP(B1,mat!$A$1:$C$157,3,FALSE)
And then select from C1 to C10 and fill down, this will
change automatically the B1 part because its relative (no
$ signs) but keep fix the $A$1:$C$157 part because of the
dollar signs...
See if that helps, if not... post back in the same
thread...
Cheers
Juan
one that I would like to type in the part # and then it-----Original Message-----
I have two worksheets one with the prices for lookup and
looks up the price from the other. I can get it to do it
for a single cell if it matches the exact row but not for
numerous.
in B1 if the number matches. What am I doing wrong=VLOOKUP(B1:B10,mat!A1:C157,3,FALSE) It will only fill