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
Not sure of what the numeric value would be for align left.
Need a simple script
System Writer Dissappeared
Migrate from Mac Mini OSX to PC Win 7
Quicken by Intuit, How do I import
Sum data in multiple fields and store number in another field
Why is this so hard? Form2.show() Form1.hide() Does .Net not support this?
Windows 2003 AD with a Sync Issue
Stop message/warnings when running pass through query
Visual FoxPro 9 formset question