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
Can install Money update in Windows 7
How do I include .Net 2.0 SP1 in my Setup prerequisite list?
Public Folder Alerts
decrypt access database
Cursor Deadlock when moving items from cart to order
Excel fx
How can I check when CType fails?
Active Sync OMA won't sync / authenticate.
The expression you entered has a function name that Microsoft Office Access can`t find.
Left Outer Join is not working- returns duplicate company names?