Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default multiple value lookup

Hi,
How can I use more that Creiteria to check ????
e.g

A1 want to know what is the value in in clomun D if matches with Mat1
first,or second M_A_2 Exist, or third A_B_A exist all in column C???


C D
1 MAT_1 5
2 M_A_2 6
3 2_A_2 9


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default multiple value lookup

Hazarding a guess here .. perhaps a possibility using autofilter on a helper
col

Assume your col C values are in C2 down
Put this in say, E2:
=IF(SUMPRODUCT(--({"MAT_1";"M_A_2";"2_A_2"}=C2))0,"x","")
Copy E2 down to the last row of data in col C. Col E flags (with an "x")
values within col C which are either: "MAT_1" or "M_A_2" or "2_A_2". Then you
could simply apply autofilter on col E, choose: x, to return the required
results at one go.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,700 Files:359 Subscribers:55
xdemechanik
---
"Benny" wrote:
How can I use more that Creiteria to check ????
e.g
A1 want to know what is the value in in clomun D if matches with Mat1
first,or second M_A_2 Exist, or third A_B_A exist all in column C???

C D
1 MAT_1 5
2 M_A_2 6
3 2_A_2 9


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
Lookup across multiple columns within multiple sheets Garnet Excel Discussion (Misc queries) 2 June 25th 08 11:46 PM
Multiple lookup values and adding multiple rates across together ssolomon Excel Worksheet Functions 5 November 16th 07 09:02 PM
Lookup using multiple sheets and multiple criteria, sorry if 2 pos kjguillermo Excel Worksheet Functions 4 January 16th 07 03:21 AM
Lookup using multiple sheets and multiple criteria kjguillermo Excel Discussion (Misc queries) 2 January 14th 07 10:28 AM
Lookup in Multiple Columns, Return Multiple Values andy62 Excel Worksheet Functions 3 July 6th 06 02:36 AM


All times are GMT +1. The time now is 12:45 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"