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
Problem with Delete in MS Word 2003
MS Access And Power Point Presentation
Prefill bound textboxes from a combo box
Will Microsoft Great Plains 7.5 run on Windows 7?
Query containg subquery as source for crosstab
Use pop up form to control web browser
aggregate function for varchar field
Calculate value on subform using field on main form
Why does a Letter size print area on a worksheet refuse to print on one page or either scales it down
trigger syntax MSSQL