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
Two different certificates in one domain
Repeat Header columns on each and every page of the Report
Hierarchy Tree Query
SQL
Function to check results
Thread deadlock between GUI callback and worker thread?
How can I display a .pdf on my access form?
How do I make tree view child nodes appear upon form load?
Setup cannot copy the file: sisraid.sys
Windows Server 2008 R2 log spooler events