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

I need the TRUE/FALSE statement to return TRUE only when the two entries in a
row of this two column array match exactly th two entries in A3:B3, but MATCH
doesn't work as an array formula. How can I do this? Thankyou.
--
Chris
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Try:

=IF(SUMPRODUCT(--(ISNA(MATCH(A3:B3,Mix1!E7:E16,0))))
0,Mix1!T7,0)


HTH
Jason
Atlanta, GA

-----Original Message-----
I need the TRUE/FALSE statement to return TRUE only when

the two entries in a
row of this two column array match exactly th two

entries in A3:B3, but MATCH
doesn't work as an array formula. How can I do this?

Thankyou.
--
Chris
.

  #3   Report Post  
cbaugher
 
Posts: n/a
Default

Works great. Thankyou

"Jason Morin" wrote:

Try:

=IF(SUMPRODUCT(--(ISNA(MATCH(A3:B3,Mix1!E7:E16,0))))
0,Mix1!T7,0)


HTH
Jason
Atlanta, GA

-----Original Message-----
I need the TRUE/FALSE statement to return TRUE only when

the two entries in a
row of this two column array match exactly th two

entries in A3:B3, but MATCH
doesn't work as an array formula. How can I do this?

Thankyou.
--
Chris
.


  #4   Report Post  
cbaugher
 
Posts: n/a
Default

I'm Sorry, no it doesn't work. And I wrote it wrong the first time. It should
read, IF(MATCH(A3:B3,Mix1!E7:F16,0),Mix1!T7,0). I need the statement to be
TRUE only when the values in A3 & B3 are matched exactly in a row of the
array Mix1!E7:F16. Thanks, Chris
"Jason
Morin" wrote:

Try:

=IF(SUMPRODUCT(--(ISNA(MATCH(A3:B3,Mix1!E7:E16,0))))
0,Mix1!T7,0)


HTH
Jason
Atlanta, GA

-----Original Message-----
I need the TRUE/FALSE statement to return TRUE only when

the two entries in a
row of this two column array match exactly th two

entries in A3:B3, but MATCH
doesn't work as an array formula. How can I do this?

Thankyou.
--
Chris
.


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

Scrap that first formula. I had it backwards anyway. Use
this:

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

HTH
Jason
Atlanta, GA

-----Original Message-----
I'm Sorry, no it doesn't work. And I wrote it wrong the

first time. It should
read, IF(MATCH(A3:B3,Mix1!E7:F16,0),Mix1!T7,0). I

need the statement to be
TRUE only when the values in A3 & B3 are matched exactly

in a row of the
array Mix1!E7:F16. Thanks,

Chris

"Jason
Morin" wrote:

Try:

=IF(SUMPRODUCT(--(ISNA(MATCH(A3:B3,Mix1!E7:E16,0))))
0,Mix1!T7,0)


HTH
Jason
Atlanta, GA

-----Original Message-----
I need the TRUE/FALSE statement to return TRUE only

when
the two entries in a
row of this two column array match exactly th two

entries in A3:B3, but MATCH
doesn't work as an array formula. How can I 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
how do I adjust working calendar (6 day work week) in excel that . Hatem Excel Worksheet Functions 1 January 25th 05 12:04 PM
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
Lookup Doesn't Work spalmarez Excel Worksheet Functions 3 November 9th 04 08:23 PM


All times are GMT +1. The time now is 08:19 PM.

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"