#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Removing #N/A

Hi guys,

I have applied the following formula:

{=INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H86)*($AR$7 :$AR$34=$E$64),0))}

When the number in AR7:AR34 does not match the number in E64 it returns #N/A.

I need to change this #N/A to a blank so as I can get an average of the
cells that meet the specific criteria.

Kind regards and many thanks in advance,

Ant
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Removing #N/A

IF(ISNA(MATCH(1,($C$7:$C$34=H86)*($AR$7:$AR$34=$E$ 64),0)),"",INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H8 6)*($AR$7:$AR$34=$E$64),0)))

--
__________________________________
HTH

Bob

"Anto111" wrote in message
...
Hi guys,

I have applied the following formula:

{=INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H86)*($AR$7 :$AR$34=$E$64),0))}

When the number in AR7:AR34 does not match the number in E64 it returns
#N/A.

I need to change this #N/A to a blank so as I can get an average of the
cells that meet the specific criteria.

Kind regards and many thanks in advance,

Ant



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Removing #N/A

Bob, you're a star. Thats a few of times you have helped me out now.

Really is appreciated.

Kind regards,

Ant

"Bob Phillips" wrote:

IF(ISNA(MATCH(1,($C$7:$C$34=H86)*($AR$7:$AR$34=$E$ 64),0)),"",INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H8 6)*($AR$7:$AR$34=$E$64),0)))

--
__________________________________
HTH

Bob

"Anto111" wrote in message
...
Hi guys,

I have applied the following formula:

{=INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H86)*($AR$7 :$AR$34=$E$64),0))}

When the number in AR7:AR34 does not match the number in E64 it returns
#N/A.

I need to change this #N/A to a blank so as I can get an average of the
cells that meet the specific criteria.

Kind regards and many thanks in advance,

Ant




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Removing #N/A

Sorry to be a pest.....

I was just thinking, is there a way to say, If the value in E64 = 0 then
return the value in cell k7 but if does not then go ahead with the original
formula? This being:

IF(ISNA(MATCH(1,($C$7:$C$34=H86)*($AR$7:$AR$34=$E$ 64),0)),"",INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H8 6)*($AR$7:$AR$34=$E$64),0)))

Thanks again for all your help.

Ant

"Anto111" wrote:

Bob, you're a star. Thats a few of times you have helped me out now.

Really is appreciated.

Kind regards,

Ant

"Bob Phillips" wrote:

IF(ISNA(MATCH(1,($C$7:$C$34=H86)*($AR$7:$AR$34=$E$ 64),0)),"",INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H8 6)*($AR$7:$AR$34=$E$64),0)))

--
__________________________________
HTH

Bob

"Anto111" wrote in message
...
Hi guys,

I have applied the following formula:

{=INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H86)*($AR$7 :$AR$34=$E$64),0))}

When the number in AR7:AR34 does not match the number in E64 it returns
#N/A.

I need to change this #N/A to a blank so as I can get an average of the
cells that meet the specific criteria.

Kind regards and many thanks in advance,

Ant




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Removing #N/A

Should just be

=IF(E64=0,K7,
IF(ISNA(MATCH(1,($C$7:$C$34=H86)*($AR$7:$AR$34=$E$ 64),0)),"",
INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H86)*($AR$7:$ AR$34=$E$64),0))))

--
__________________________________
HTH

Bob

"Anto111" wrote in message
...
Sorry to be a pest.....

I was just thinking, is there a way to say, If the value in E64 = 0 then
return the value in cell k7 but if does not then go ahead with the
original
formula? This being:

IF(ISNA(MATCH(1,($C$7:$C$34=H86)*($AR$7:$AR$34=$E$ 64),0)),"",INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H8 6)*($AR$7:$AR$34=$E$64),0)))

Thanks again for all your help.

Ant

"Anto111" wrote:

Bob, you're a star. Thats a few of times you have helped me out now.

Really is appreciated.

Kind regards,

Ant

"Bob Phillips" wrote:

IF(ISNA(MATCH(1,($C$7:$C$34=H86)*($AR$7:$AR$34=$E$ 64),0)),"",INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H8 6)*($AR$7:$AR$34=$E$64),0)))

--
__________________________________
HTH

Bob

"Anto111" wrote in message
...
Hi guys,

I have applied the following formula:

{=INDEX($K$7:$K$34,MATCH(1,($C$7:$C$34=H86)*($AR$7 :$AR$34=$E$64),0))}

When the number in AR7:AR34 does not match the number in E64 it
returns
#N/A.

I need to change this #N/A to a blank so as I can get an average of
the
cells that meet the specific criteria.

Kind regards and many thanks in advance,

Ant





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
Removing text Dave Excel Discussion (Misc queries) 13 July 23rd 08 09:02 PM
Removing #N/A nibble New Users to Excel 4 July 26th 07 06:22 PM
Removing patterns without removing gridlines pennyb9 Excel Discussion (Misc queries) 1 July 11th 07 02:43 AM
Removing formatting Carla Excel Discussion (Misc queries) 1 August 22nd 05 06:41 PM
Removing the +4 from zip+4 Manu Excel Discussion (Misc queries) 4 December 21st 04 03:54 AM


All times are GMT +1. The time now is 12:15 AM.

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"