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
formula disappear after converting from 2003 to 2007
SQL Syntax problem. Getting eror with query.
INSERT INTO new table from existing stored procedure
Problem Upgrading a Child Domain to Windows 2008 R2
Adding a field to report after changing underlying query
Delete with INNER JOINS
Need Help.. couldn't find my problem
Can I pass a text box variable into an Access Macro
Setting references in a new Access 2003 database using VBA
Outlook is trying to connect to exchange server...