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
read job history through system tables?
Drop Down List and Back Button on Browser - Losing state?
Reporting service login prompts pops up when deploying reprots on SSRS 2008
ORA-12514 TNS:listener does not currently know of service requested in connect (yet agian?)
General MS Graph problems in Access 2007
Windows Server 2003
Response.Redirect is not working properly in the server?
Application or script we can schedule to gather information from PC like OS version, Service Pack level etc etc
Sharepoint - How to view version history of all items in a list on a single page
DropDownBox Null Value