Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Are Are is offline
external usenet poster
 
Posts: 12
Default vlookup with 2 criteria or more

Dear Masters

please help me function of vlookup using 2 criteria

A B C
1 X a AB
2 Y b AD

result :
input input result
X a AB

Thanks in advance


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default vlookup with 2 criteria or more

With lookup values in E1 and E2

=INDEX(C1:C10,MATCH(1,(A1:A10=E1)*(B1:B10=E2),0))

Please note that this is an array formula. An array formula can perform
multiple calculations and then return either a single result or multiple
results. Array formulas act on two or more sets of values known as array
arguments. Each array argument must have the same number of rows and columns.
You create array formulas in the same way that you create other formulas,
except you press CTRL+SHIFT+ENTER to enter the formula. If successful in
'Formula Bar' you can notice the curly braces at both ends like "{=<formula}"

If this post helps click Yes
---------------
Jacob Skaria


"Are" wrote:

Dear Masters

please help me function of vlookup using 2 criteria

A B C
1 X a AB
2 Y b AD

result :
input input result
X a AB

Thanks in advance


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default vlookup with 2 criteria or more

Hi,

Take a look at http://www.ozgrid.com/VBA/2-criteria-vlookup.htm

Alan

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200911/1

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 with 2 criteria Daniel Collison Excel Worksheet Functions 5 July 1st 09 07:46 PM
Vlookup with 4 Criteria Gina_28 Excel Discussion (Misc queries) 4 October 15th 08 12:45 AM
using vlookup for more than 1 criteria [email protected] Excel Worksheet Functions 1 October 30th 07 09:21 PM
vlookup with two criteria hollister22nh Excel Worksheet Functions 1 February 25th 06 02:42 PM
VLOOKUP with MAX criteria tralls Excel Discussion (Misc queries) 2 October 26th 05 12:12 AM


All times are GMT +1. The time now is 08:55 AM.

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"