#1   Report Post  
Jason
 
Posts: n/a
Default VLOOKUP problem

Hi,

I am struggling to find a solution to match my requirements & would
appreciate it if somebody can help me out. I have a spreadsheet with just
under 4500 lines of information. For each line, there are around 10 entries
(i.e.... 'description', 'shipment number', 'order number', 'cost per item',
'supplier', 'shipment method' etc).

I have a second spreadsheet which contains a completely different set of
information with the only common reference between the two spreadsheets
being the 'order number'.

I am looking to do a 'VLOOKUP' type search in my 2nd spreadsheet, to
reference the 'order number' in the 1st spreadsheet & return the result
from the shipment method column.

My problem: Spreadsheet 1 contains all of the information I require, but
the cells in the 'order number' column contain more than one reference all
within a single cell (i.e.... "PO1234, PO1235, PO1237"). So, if I do a
VLOOKUP and the lookup value of the cell I wish to lookup is "PO1235", it
will not be found because there is no cell in my 2nd spreadsheet with
just"PO1235" in it. It will be in a cell with "PO1234, PO1235, PO1237", in
it. I need VLOOKUP to find my cell reference within a cell within and then
return a value from a corresponding line (shipment method).

Thanks, Jason
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

One way

=INDEX(Sheet3!$B$2:$B$4000,MATCH(TRUE,ISNUMBER(FIN D("PO1234",Sheet3!$G$2:$G$4000)),0))

entered with ctrl + shift & enter
where Sheet3!G2:G4000 is the range that holds the shipment method
and Sheet3!B2:B4000 the range that holds the shipment number


Regards,

Peo Sjoblom

"Jason" wrote:

Hi,

I am struggling to find a solution to match my requirements & would
appreciate it if somebody can help me out. I have a spreadsheet with just
under 4500 lines of information. For each line, there are around 10 entries
(i.e.... 'description', 'shipment number', 'order number', 'cost per item',
'supplier', 'shipment method' etc).

I have a second spreadsheet which contains a completely different set of
information with the only common reference between the two spreadsheets
being the 'order number'.

I am looking to do a 'VLOOKUP' type search in my 2nd spreadsheet, to
reference the 'order number' in the 1st spreadsheet & return the result
from the shipment method column.

My problem: Spreadsheet 1 contains all of the information I require, but
the cells in the 'order number' column contain more than one reference all
within a single cell (i.e.... "PO1234, PO1235, PO1237"). So, if I do a
VLOOKUP and the lookup value of the cell I wish to lookup is "PO1235", it
will not be found because there is no cell in my 2nd spreadsheet with
just"PO1235" in it. It will be in a cell with "PO1234, PO1235, PO1237", in
it. I need VLOOKUP to find my cell reference within a cell within and then
return a value from a corresponding line (shipment method).

Thanks, Jason

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

Another option:

=VLOOKUP("*"&A1&"*",sheet2!a1:b999,2,FALSE)



Jason wrote:

Hi,

I am struggling to find a solution to match my requirements & would
appreciate it if somebody can help me out. I have a spreadsheet with just
under 4500 lines of information. For each line, there are around 10 entries
(i.e.... 'description', 'shipment number', 'order number', 'cost per item',
'supplier', 'shipment method' etc).

I have a second spreadsheet which contains a completely different set of
information with the only common reference between the two spreadsheets
being the 'order number'.

I am looking to do a 'VLOOKUP' type search in my 2nd spreadsheet, to
reference the 'order number' in the 1st spreadsheet & return the result
from the shipment method column.

My problem: Spreadsheet 1 contains all of the information I require, but
the cells in the 'order number' column contain more than one reference all
within a single cell (i.e.... "PO1234, PO1235, PO1237"). So, if I do a
VLOOKUP and the lookup value of the cell I wish to lookup is "PO1235", it
will not be found because there is no cell in my 2nd spreadsheet with
just"PO1235" in it. It will be in a cell with "PO1234, PO1235, PO1237", in
it. I need VLOOKUP to find my cell reference within a cell within and then
return a value from a corresponding line (shipment method).

Thanks, Jason


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup Function Problem Parker Excel Worksheet Functions 3 January 13th 05 06:53 PM
Vlookup Problem Dominique Feteau Excel Worksheet Functions 3 December 19th 04 06:36 AM
Problem with vlookup Jeff Excel Discussion (Misc queries) 2 November 26th 04 05:29 PM
Excel Problem: VLookup andyp161 Excel Worksheet Functions 1 November 18th 04 12:29 PM
Problem with LOOKUP & VLOOKUP ramsdesk Excel Worksheet Functions 1 November 17th 04 07:52 AM


All times are GMT +1. The time now is 11:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"