#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 304
Default ISNA with Index

Hello all,
Can you add a ISNA in a index match formula? I try to put it in the formula
but it did not like it.

{=INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='101408' !$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))}

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default ISNA with Index

=if(isna(match(that long expression)),"no match",index(your formula here))

pgarcia wrote:

Hello all,
Can you add a ISNA in a index match formula? I try to put it in the formula
but it did not like it.

{=INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='101408' !$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))}

Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 304
Default ISNA with Index

I'm sorry, hows that? Please see below, I'm not sure on the "long expression".

=if(isna(match(that long expression)),"no
match",INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='10 1408'!$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))

Thanks

"Dave Peterson" wrote:

=if(isna(match(that long expression)),"no match",index(your formula here))

pgarcia wrote:

Hello all,
Can you add a ISNA in a index match formula? I try to put it in the formula
but it did not like it.

{=INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='101408' !$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))}

Thanks


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default ISNA with Index

=if(isna(MATCH(1,(M2='101408'!$R$2:$R$2491)*(I2='1 01408'!$S$2:$S$2491),0)),
"no match",
INDEX('101408'!$T$2:$T$2491,
MATCH(1,(M2='101408'!$R$2:$R$2491)*(I2='101408'!$S $2:$S$2491),0)))


pgarcia wrote:

I'm sorry, hows that? Please see below, I'm not sure on the "long expression".

=if(isna(match(that long expression)),"no
match",INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='10 1408'!$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))

Thanks

"Dave Peterson" wrote:

=if(isna(match(that long expression)),"no match",index(your formula here))

pgarcia wrote:

Hello all,
Can you add a ISNA in a index match formula? I try to put it in the formula
but it did not like it.

{=INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='101408' !$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))}

Thanks


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 304
Default ISNA with Index

Wow, ok, that works. Could I ask you another question? I have swiched to
Excel 2007 here at work, why would my sumproduct formula stop working? I have
to click on F2 when I'm in the cell and it works. I have everthing turn on.
Any ideas?

=SUMPRODUCT(--(H18:H1002),--(H18:H100<7))

"Dave Peterson" wrote:

=if(isna(MATCH(1,(M2='101408'!$R$2:$R$2491)*(I2='1 01408'!$S$2:$S$2491),0)),
"no match",
INDEX('101408'!$T$2:$T$2491,
MATCH(1,(M2='101408'!$R$2:$R$2491)*(I2='101408'!$S $2:$S$2491),0)))


pgarcia wrote:

I'm sorry, hows that? Please see below, I'm not sure on the "long expression".

=if(isna(match(that long expression)),"no
match",INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='10 1408'!$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))

Thanks

"Dave Peterson" wrote:

=if(isna(match(that long expression)),"no match",index(your formula here))

pgarcia wrote:

Hello all,
Can you add a ISNA in a index match formula? I try to put it in the formula
but it did not like it.

{=INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='101408' !$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))}

Thanks

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default ISNA with Index

It kind of sounds like you have calculation in manual mode.

Office button|excel options|
(and I don't remember the rest!)
Look for the calculation setting.





pgarcia wrote:

Wow, ok, that works. Could I ask you another question? I have swiched to
Excel 2007 here at work, why would my sumproduct formula stop working? I have
to click on F2 when I'm in the cell and it works. I have everthing turn on.
Any ideas?

=SUMPRODUCT(--(H18:H1002),--(H18:H100<7))

"Dave Peterson" wrote:

=if(isna(MATCH(1,(M2='101408'!$R$2:$R$2491)*(I2='1 01408'!$S$2:$S$2491),0)),
"no match",
INDEX('101408'!$T$2:$T$2491,
MATCH(1,(M2='101408'!$R$2:$R$2491)*(I2='101408'!$S $2:$S$2491),0)))


pgarcia wrote:

I'm sorry, hows that? Please see below, I'm not sure on the "long expression".

=if(isna(match(that long expression)),"no
match",INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='10 1408'!$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))

Thanks

"Dave Peterson" wrote:

=if(isna(match(that long expression)),"no match",index(your formula here))

pgarcia wrote:

Hello all,
Can you add a ISNA in a index match formula? I try to put it in the formula
but it did not like it.

{=INDEX('101408'!$T$2:$T$2491,MATCH(1,(M2='101408' !$R$2:$R$2491)*(I2='101408'!$S$2:$S$2491),0))}

Thanks

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
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
IF(ISNA.... olrustyxlsuser Excel Discussion (Misc queries) 6 November 21st 08 11:46 PM
IF ISNA Help Act Guy Excel Discussion (Misc queries) 4 December 15th 07 08:42 PM
ISNA help Matt Excel Worksheet Functions 1 October 14th 06 05:56 PM
Using ISNA with OR HBF Excel Worksheet Functions 4 May 1st 06 10:37 PM
ISNA Lomax Excel Worksheet Functions 4 July 24th 05 05:41 PM


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