Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
cbaugher
 
Posts: n/a
Default IF(MATCH(A3:B3,Mix1!E7:F16),Mix1!T7,0), doesn't work, what will?

I posted this before and when I came back to look for it, I could't find it.
So I'm sorry if it's up here twice. I thought that the first fix I got worked
but then realized it didn't.
What I need is for the
MATCH statement (or any statement) to be TRUE only when the the values in A3
& B3 match exactly with two cells in a row of the array Mix1!E7:F16. Is
there a way to do this? Thankyou.
--
Chris
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Chris

not sure if this is the best answer but
=IF(ISNA(INDEX(E7:E16,MATCH(A3&B3,E7:E16&F7:F16,0) )),"Not found","found")
entered with control & shift & enter not just enter

this will return "found" if the values in A3 & B3 match with values in E & F
on the same row respectively.

Cheers
JulieD

"cbaugher" wrote in message
...
I posted this before and when I came back to look for it, I could't find
it.
So I'm sorry if it's up here twice. I thought that the first fix I got
worked
but then realized it didn't.
What I need is for
the
MATCH statement (or any statement) to be TRUE only when the the values in
A3
& B3 match exactly with two cells in a row of the array Mix1!E7:F16. Is
there a way to do this? Thankyou.
--
Chris



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

If you mean that they much match in the same row you would need an array
formula

=IF(ISNUMBER(MATCH(1,(Mix1!$E$7:$E$16=A3)*(Mix1!$F $7:$F$16=B3),0)),Mix1!T7,"no match")

entered with ctrl + shift & enter


if you only need a match in both columns

=IF(AND(COUNTIF(Mix1!$E$7:$E$16,A3)0,COUNTIF(Mix1 !$F$7:$F$16,B3)0),Mix1!T7,"No Match")


Regards,

Peo Sjoblom

"cbaugher" wrote:

I posted this before and when I came back to look for it, I could't find it.
So I'm sorry if it's up here twice. I thought that the first fix I got worked
but then realized it didn't.
What I need is for the
MATCH statement (or any statement) to be TRUE only when the the values in A3
& B3 match exactly with two cells in a row of the array Mix1!E7:F16. Is
there a way to do this? Thankyou.
--
Chris

  #4   Report Post  
Jason Morin
 
Posts: n/a
Default

See my last response a little while ago:

=IF(SUMPRODUCT(--(COUNTIF(Mix1!E7:F16,Sheet4!A3:B3)0))
=2,Mix1!T7,0)


HTH
Jason
Atlanta, GA

-----Original Message-----
I posted this before and when I came back to look for

it, I could't find it.
So I'm sorry if it's up here twice. I thought that the

first fix I got worked
but then realized it

didn't.

What I need is for the
MATCH statement (or any statement) to be TRUE only when

the the values in A3
& B3 match exactly with two cells in a row of the array

Mix1!E7:F16. Is
there a way to do this? Thankyou.
--
Chris
.

  #5   Report Post  
cbaugher
 
Posts: n/a
Default

Just what I needed. Thanks

"Peo Sjoblom" wrote:

If you mean that they much match in the same row you would need an array
formula

=IF(ISNUMBER(MATCH(1,(Mix1!$E$7:$E$16=A3)*(Mix1!$F $7:$F$16=B3),0)),Mix1!T7,"no match")

entered with ctrl + shift & enter


if you only need a match in both columns

=IF(AND(COUNTIF(Mix1!$E$7:$E$16,A3)0,COUNTIF(Mix1 !$F$7:$F$16,B3)0),Mix1!T7,"No Match")


Regards,

Peo Sjoblom

"cbaugher" wrote:

I posted this before and when I came back to look for it, I could't find it.
So I'm sorry if it's up here twice. I thought that the first fix I got worked
but then realized it didn't.
What I need is for the
MATCH statement (or any statement) to be TRUE only when the the values in A3
& B3 match exactly with two cells in a row of the array Mix1!E7:F16. Is
there a way to do this? Thankyou.
--
Chris

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
Service work order schoolgeek63 Charts and Charting in Excel 1 January 7th 05 08:07 PM
Change Path names in copied work book jheaney Excel Worksheet Functions 2 November 18th 04 07:29 PM
how is possible working on work sheet by two person in the netwo. Ben Excel Worksheet Functions 1 November 18th 04 02:39 AM
The colors should work properly in Shared Excel Workbooks. [email protected] Excel Worksheet Functions 1 November 8th 04 10:55 PM
How do I ensure dates inputted are during the work week? Jim Johnson Excel Worksheet Functions 3 October 29th 04 08:25 AM


All times are GMT +1. The time now is 04:34 AM.

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"