Thread: #N/A
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mona Mona is offline
external usenet poster
 
Posts: 69
Default #N/A

I ahve this in my cell:

=INDEX('Feb Events'!$H$2:$H$350,MATCH($A5&"one",'Feb
Events'!$A$2:$A$350&'Feb Events'!$C$2:$C$350,0))

which results in #N/A because there is no match. I want to change the
result to 0 instead of #N/A.

Thanks!