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
DefaultAppPool Crashes
How to pass Id in Repeater control
Outlook Closing Spontaneously
Can I upgrade a "30 Day Trial" version of Windows Vista to a full Version of Windows 7?
Negative Values in a Numeric Field
Grid View filtering
Installing Visual Web Developer 2008 Express
How do you find a duplicate record in sql 2005
Isdate MSSQL not validating dates
How to set ISAPI filter priority in IIS master properties dialog box