C
carlsondaniel
I have rows cells that I need to consolidate to another page by a
reference number found within the list. For example:
Sheet 1
A B C D E
Description Invoice Number Code Amount Date
Purchase 1 xxx 15000 $4.00 8/2/2006
Purchase 2 xxx 15001 $ 5.00 3/5/2005
Purchase 3 xxx 15002 $6.00 4/6/2006
Purchase 4 xxx 15003 $7.00 7/30/2006
Sheet 2
Codes to Pull Out
15001
15003
A B C D
E
Description Invoice Number Code Amount Date
Purchase 2 xxx 15001 $5.00 3/5/2005
Purchase 3 xxx 15003 $6.00 4/6/2006
Essentially, if a number matches in Column C, then I need to pull out
the whole row. There are multiple numbers in Column C that I need to be
pulled simultaneously. Is there a way I can do a VLOOKUP for the whole
row without leaving spaces between? Thank You!
reference number found within the list. For example:
Sheet 1
A B C D E
Description Invoice Number Code Amount Date
Purchase 1 xxx 15000 $4.00 8/2/2006
Purchase 2 xxx 15001 $ 5.00 3/5/2005
Purchase 3 xxx 15002 $6.00 4/6/2006
Purchase 4 xxx 15003 $7.00 7/30/2006
Sheet 2
Codes to Pull Out
15001
15003
A B C D
E
Description Invoice Number Code Amount Date
Purchase 2 xxx 15001 $5.00 3/5/2005
Purchase 3 xxx 15003 $6.00 4/6/2006
Essentially, if a number matches in Column C, then I need to pull out
the whole row. There are multiple numbers in Column C that I need to be
pulled simultaneously. Is there a way I can do a VLOOKUP for the whole
row without leaving spaces between? Thank You!