PC Review


Reply
Thread Tools Rate Thread

Array formula & #N/A

 
 
=?Utf-8?B?RXhjZWwgMjAwNyAtIFNQQg==?=
Guest
Posts: n/a
 
      11th Sep 2007
I have the array formula below which gives me a result when there is data but
when the data is missing, which is what I am checking for I get "#N/A" I
would like it to be a blank cell, ("") I have tried using "=if(isna( " and
combination, but get a too many arguments for this function error

{=index(Lpilot,match(1,(text(ldate,"ddmmyy")=text(#a136,"ddmmyy"))*(B$129=Ltype),0))}

any ideas / help

SPB
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      11th Sep 2007
Try this (array entered):

=IF(ISNA(MATCH(1,(TEXT(ldate,"ddmmyy")=TEXT($A136,"ddmmyy"))*(B$129=Ltype),0)),"",INDEX(Lpilot,MATCH(1,(TEXT(ldate,"ddmmyy")=TEXT($A136,"ddmmyy"))*(B$129=Ltype),0)))

In the formula you posted you have:

#a136

I assume that's supposed to be: $A136

--
Biff
Microsoft Excel MVP


"Excel 2007 - SPB" <(E-Mail Removed)> wrote in message
news:0C3FFBE8-2697-4A3B-96F1-(E-Mail Removed)...
>I have the array formula below which gives me a result when there is data
>but
> when the data is missing, which is what I am checking for I get "#N/A" I
> would like it to be a blank cell, ("") I have tried using "=if(isna( " and
> combination, but get a too many arguments for this function error
>
> {=index(Lpilot,match(1,(text(ldate,"ddmmyy")=text(#a136,"ddmmyy"))*(B$129=Ltype),0))}
>
> any ideas / help
>
> SPB



 
Reply With Quote
 
=?Utf-8?B?UFNC?=
Guest
Posts: n/a
 
      11th Sep 2007
Thanks, I though I tried this but it works now! I tried to paste & copy the
repeated info, maybe it did not like my time saver...

SPB

"T. Valko" wrote:

> Try this (array entered):
>
> =IF(ISNA(MATCH(1,(TEXT(ldate,"ddmmyy")=TEXT($A136,"ddmmyy"))*(B$129=Ltype),0)),"",INDEX(Lpilot,MATCH(1,(TEXT(ldate,"ddmmyy")=TEXT($A136,"ddmmyy"))*(B$129=Ltype),0)))
>
> In the formula you posted you have:
>
> #a136
>
> I assume that's supposed to be: $A136
>
> --
> Biff
> Microsoft Excel MVP
>
>
> "Excel 2007 - SPB" <(E-Mail Removed)> wrote in message
> news:0C3FFBE8-2697-4A3B-96F1-(E-Mail Removed)...
> >I have the array formula below which gives me a result when there is data
> >but
> > when the data is missing, which is what I am checking for I get "#N/A" I
> > would like it to be a blank cell, ("") I have tried using "=if(isna( " and
> > combination, but get a too many arguments for this function error
> >
> > {=index(Lpilot,match(1,(text(ldate,"ddmmyy")=text(#a136,"ddmmyy"))*(B$129=Ltype),0))}
> >
> > any ideas / help
> >
> > SPB

>
>
>

 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      11th Sep 2007
You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"PSB" <(E-Mail Removed)> wrote in message
news:510D686A-FC45-4A29-9717-(E-Mail Removed)...
> Thanks, I though I tried this but it works now! I tried to paste & copy
> the
> repeated info, maybe it did not like my time saver...
>
> SPB
>
> "T. Valko" wrote:
>
>> Try this (array entered):
>>
>> =IF(ISNA(MATCH(1,(TEXT(ldate,"ddmmyy")=TEXT($A136,"ddmmyy"))*(B$129=Ltype),0)),"",INDEX(Lpilot,MATCH(1,(TEXT(ldate,"ddmmyy")=TEXT($A136,"ddmmyy"))*(B$129=Ltype),0)))
>>
>> In the formula you posted you have:
>>
>> #a136
>>
>> I assume that's supposed to be: $A136
>>
>> --
>> Biff
>> Microsoft Excel MVP
>>
>>
>> "Excel 2007 - SPB" <(E-Mail Removed)> wrote in
>> message
>> news:0C3FFBE8-2697-4A3B-96F1-(E-Mail Removed)...
>> >I have the array formula below which gives me a result when there is
>> >data
>> >but
>> > when the data is missing, which is what I am checking for I get "#N/A"
>> > I
>> > would like it to be a blank cell, ("") I have tried using "=if(isna( "
>> > and
>> > combination, but get a too many arguments for this function error
>> >
>> > {=index(Lpilot,match(1,(text(ldate,"ddmmyy")=text(#a136,"ddmmyy"))*(B$129=Ltype),0))}
>> >
>> > any ideas / help
>> >
>> > SPB

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Array formula SUMIF with 2D sum_range array Rich_84 Microsoft Excel Worksheet Functions 3 3rd Apr 2009 10:46 PM
Array formula: how to join 2 ranges together to form one array? Rich_84 Microsoft Excel Worksheet Functions 2 1st Apr 2009 06:38 PM
Difference between results of array formula and non-array, with IF(ISNUMBER) THOMAS CONLON Microsoft Excel Discussion 3 27th Aug 2006 10:22 PM
Tricky array formula issue - Using array formula on one cell, then autofilling down a range aspenbordr Microsoft Excel Programming 0 27th Jul 2005 03:59 PM
Array Formula - Use of OFFSET function with array argument Alan Microsoft Excel Worksheet Functions 2 11th Feb 2004 09:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:33 PM.