LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default using OR function with Index/Match?

I bet you meant something like:

=INDEX(D2:D20,MATCH(1,(A2:A20="ABC")*(((B2:B20=1)+ (C2:C20="xyz"))0),0))

Still an array formula.

(Just in case column B = 1 and column C = xyz at the same time.)



Bob Phillips wrote:

=INDEX(D2:D20,MATCH(1,(A2:A20="ABC")*((B2:B20=1)+( C2:C20="xyz")),0))

--
__________________________________
HTH

Bob

<S D wrote in message ...
Hello Dave, I used your previous post create and Index Match function so
that when I have an exact match in two columns it returns the value in the
third.
I have it set up right now so Column A="ABC" and Column B=1 it returns the
value in column D.

Is there a way to format it so two conditions must be met, but the second
condition could have eihter of two criteria?
For example: a way that Column A="ABC" and Column B=(1 OR "xyz")?
Another way I could format is to create another column so:
A1:A500="ABC" AND (B1:B500=1 OR C1:C500="xyz")

Bascially I need it to match ABC and then one of the following: 1, xyz.

Any help would be VERY much appreciated... many hours spent struggling
with this one!
Thanks!


--

Dave Peterson
 
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
Text lookup array and match specific data Fiona Excel Worksheet Functions 3 January 23rd 08 12:26 AM
LOOKUP two data sets for match - return 1 or 0 - Please help! Jay Excel Worksheet Functions 1 September 26th 06 12:10 PM
match columns and associated data RayB Excel Discussion (Misc queries) 2 July 18th 06 07:34 PM
Lookup across 2 or more columns to match a row Cara Excel Worksheet Functions 2 July 21st 05 11:02 AM
The match and lookup functions can find literal data but not the same data referenced from a cell Jeff Melvaine Excel Discussion (Misc queries) 3 April 30th 05 01:29 PM


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