Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sigmaz
 
Posts: n/a
Default IF ISNA HELP, please..I cant add #N/A but 0 is another story

Can anyone please help me wrap this formula with an IF ISNA function so that
the result returns a 0 instead of #N/A when values aren't available to
satisfy the match.

=INDEX(EXPORTSUMMARY!C2:C60,MATCH(1,(EXPORTSUMMARY !A2:A60=2)*(EXPORTSUMMARY!B2:B60=1),0))
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

=IF(ISNA(MATCH(1,(EXPORTSUMMARY!A2:A60=2)*(EXPORTS UMMARY!
B2:B60=1),0)),0,INDEX(EXPORTSUMMARY!C2:C60,MATCH(1 ,
(EXPORTSUMMARY!A2:A60=2)*(EXPORTSUMMARY!B2:B60=1), 0)))

Biff

-----Original Message-----
Can anyone please help me wrap this formula with an IF

ISNA function so that
the result returns a 0 instead of #N/A when values aren't

available to
satisfy the match.

=INDEX(EXPORTSUMMARY!C2:C60,MATCH(1,(EXPORTSUMMAR Y!

A2:A60=2)*(EXPORTSUMMARY!B2:B60=1),0))
.

  #3   Report Post  
Sigmaz
 
Posts: n/a
Default

Biff, You rule man!!.. thank you so much for all your help!!!
That works perfectly.. I have alot to learn...
Thanks again!


"Biff" wrote:

Hi!

=IF(ISNA(MATCH(1,(EXPORTSUMMARY!A2:A60=2)*(EXPORTS UMMARY!
B2:B60=1),0)),0,INDEX(EXPORTSUMMARY!C2:C60,MATCH(1 ,
(EXPORTSUMMARY!A2:A60=2)*(EXPORTSUMMARY!B2:B60=1), 0)))

Biff

-----Original Message-----
Can anyone please help me wrap this formula with an IF

ISNA function so that
the result returns a 0 instead of #N/A when values aren't

available to
satisfy the match.

=INDEX(EXPORTSUMMARY!C2:C60,MATCH(1,(EXPORTSUMMAR Y!

A2:A60=2)*(EXPORTSUMMARY!B2:B60=1),0))
.


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
ISNA and VLOOKUP Chris Kellock Excel Worksheet Functions 3 March 12th 05 07:05 AM
if isna and vlookup together tina Excel Worksheet Functions 2 January 20th 05 01:06 PM
ISNA question ShineboxNJ Excel Worksheet Functions 2 January 6th 05 10:49 PM


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