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
SQL 2008 express setup question
refreshing tree view
Everytime the computer boots up, i'm prompted with a "restart required now"
Syntax Error
how to send image as a base64 XML item ?
System Process 95-100%
how can i delete a post on OCS Group Chat server?
How do I add a "change your password" page in a dot net framework
Access saving changes to a checkboxes
Deploy Printers to Vista without Server 2008 or Server 2003 R2