Microsoft
Software
Hardware
Network
Question : How do I replace #N/A if it is returned in a formula? (not Vlookup)
I have a formula containing two if statements, but some of the values are #N/A. How do I change that to return text that says "Data Not Available" instead of #N/A?
=IF(A20890>500000,"Channel
III",IF(A20890<=500000,"Ch
annel II"))
Answer : How do I replace #N/A if it is returned in a formula? (not Vlookup)
Or shorter:
=IF(ISNA(A20890),"Data not available",IF(A20890>50000
0,"Channel
III","Channel II"))
Random Solutions
Front Page 2003 - Formatting Form Email Results
Access VBA - exporting a table into a text file of a different format
web site does not load right without WWW / HTaccess file not working
Internet Explorer 6 starting slow on Windows Server 2000 Terminal Server
Date Format in Windows App
Error on one line and not on the other
Import and export rows in Access 2003?
SQL 2008 Reports - One report but customize to each recepient?
sbs 2008 script problem
debug 'stop' not executing