#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 159
Default lookup

I need to compare values in columns B & C of the same row on one sheet and
find a value match in a 2 column range of another sheet and return the value
of column E of the same row from one sheet to another

SHEET 1 SHEET 2
eg B C D E B C D
E
xy yz __ xy yz
__
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default lookup

Is the value to return a text value or a numeric value?

Which sheet is the value to return on?

Biff

"Larry" wrote in message
...
I need to compare values in columns B & C of the same row on one sheet and
find a value match in a 2 column range of another sheet and return the
value
of column E of the same row from one sheet to another

SHEET 1 SHEET 2
eg B C D E B C
D
E
xy yz __ xy yz
__



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 159
Default lookup

It is a text value

"T. Valko" wrote:

Is the value to return a text value or a numeric value?

Which sheet is the value to return on?

Biff

"Larry" wrote in message
...
I need to compare values in columns B & C of the same row on one sheet and
find a value match in a 2 column range of another sheet and return the
value
of column E of the same row from one sheet to another

SHEET 1 SHEET 2
eg B C D E B C
D
E
xy yz __ xy yz
__




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default lookup

Try this:

Entered as an array using the key combination of CTRL,SHIFT,ENTER (not just
ENTER):

=INDEX(Sheet2!E1:E10,MATCH(1,(Sheet2!B1:B10=B1)*(S heet2!C1:C10=C1),0))

Biff

"Larry" wrote in message
...
It is a text value

"T. Valko" wrote:

Is the value to return a text value or a numeric value?

Which sheet is the value to return on?

Biff

"Larry" wrote in message
...
I need to compare values in columns B & C of the same row on one sheet
and
find a value match in a 2 column range of another sheet and return the
value
of column E of the same row from one sheet to another

SHEET 1
SHEET 2
eg B C D E B C
D
E
xy yz __ xy yz
__






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
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Advanced Lookup (lookup for 2 values) 0-0 Wai Wai ^-^ Excel Worksheet Functions 2 March 30th 06 07:09 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
How do I lookup and return different values when the lookup value. kg Excel Discussion (Misc queries) 1 January 20th 05 12:53 AM


All times are GMT +1. The time now is 02:48 PM.

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

About Us

"It's about Microsoft Excel"