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
Urgent System.UnauthorizedAccessE<wbr />xception
store a query result in a table
C# Replace Statement
Change logon gui windows 2003
Microsoft sql2005 security patch
Error attempting to set conditional formatting in Excel via VB.NET
ASPNET/C# - Listbox question color - tricky
Need to convert bytes to image in web page ASP.Net C#
Exporting to Excel From Visual Foxpro Excel Object Creating 2 Digit Year, Not 4 Digit
Using web service in javascript for asp.net ajax-enabled web site