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
ISA event 14148
How to Set Up POP Connector on SBS with NEw AT&T Settings
Obtaining the DataGridTemplateColumn to set items source in code behind
Out look archive error
How does one keep from highlighting when a new program is installed
Set Identity to a column without autoincrement
Convert Old computer to a server running 2003 or 2008 Windows server
Access Export Query to Excel
Save Access report to file as PDF
How do I keep a running sum on a form in Access 2003?