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
Getting total number of days in a Month
Passing Parameters to Crystal Reports
Excel 2007 Autosave
Create Date Table
Error running parameterized query against MySQL database in SSIS package
Windows Task Manager and CPU Usage Windows
Exchange 2003 database is constantly over the limit
How do I email a pdf report when ID=ID?
format as date
'closing network connections'