View Single Post
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default show blank instead of #N/A

=IF(ISNA(MATCH("CKT2",Schedule!$C$49:$C$102,0)),"" ,INDEX(Schedule!$B$49:$B$102,MATCH("CKT2",Schedule !$C$49:$C$102,0)))

--
Regards,

Peo Sjoblom

(No private emails please)


"Sonya" wrote in message
...
How would I ammend the statement below so that if there was no infomation
to
return the resulting text would show blank instead of #N/A?

=INDEX(Schedule!$B$49:$B$102,MATCH("CKT2",Schedule !$C$49:$C$102,FALSE))