Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
emandell
 
Posts: n/a
Default Vlookup considering 2 conditions

Dear Friends,
I want to match a table with comnponents, customer name, value with
another table where there are the components and the customers' names. the
output on the first table is a flag - like 1 or yes or whatever- when the
match is found.

the difficulty for me is the double condition -matching of components +
customer names- . Another one , but as second priority, is that sometimes the
customer names can be sligtly different in the 2 tables, so difficult to
match....The components' names are absolutely the same in the 2 tables .

Any idea? thanks in advance.

--
Enrico Mandelli
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
topola
 
Posts: n/a
Default Vlookup considering 2 conditions

Try additional column.
Components = A
Customers = B

Use a formula:
C1 = A1&" "&B1

This will make your record unique.
--
HTH
Topola

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Vlookup considering 2 conditions

=IF(ISNUMBER(MATCH(A1&A2,Sheet2!$A$1:$A$200&$B$1:$ B$200,0)),1,0)

which is an array formula, so commit with Ctrl-Shift-Enter

--

HTH

RP
(remove nothere from the email address if mailing direct)


"emandell" wrote in message
...
Dear Friends,
I want to match a table with comnponents, customer name, value with
another table where there are the components and the customers' names.

the
output on the first table is a flag - like 1 or yes or whatever- when

the
match is found.

the difficulty for me is the double condition -matching of components +
customer names- . Another one , but as second priority, is that sometimes

the
customer names can be sligtly different in the 2 tables, so difficult to
match....The components' names are absolutely the same in the 2 tables .

Any idea? thanks in advance.

--
Enrico Mandelli



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
How do you do a VLookup with two conditions? ryesworld Excel Worksheet Functions 8 November 28th 05 10:57 PM
Vlookup using 2 conditions Jambruins Excel Discussion (Misc queries) 3 November 15th 05 02:15 PM
How:iserror vlookup & count no. times value shows with conditions Pauline Excel Worksheet Functions 8 October 14th 05 10:23 PM
VLOOKUP with multiple conditions John Excel Discussion (Misc queries) 3 September 26th 05 03:33 PM
Vlookup with multiple conditions cambrus Excel Worksheet Functions 1 March 11th 05 05:21 PM


All times are GMT +1. The time now is 08:59 PM.

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"