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
Resizing a web Browser inside a acces form
VB.NET: ListView FindItemWithText returns exception
Calendar with current date and month
Printout default value of unbound textbox
"Pop Chart" style position changes - how to calculate in Excel
Save unbound combobox column value in Access 2007
replaced sbs 2003 server, netlogon 5513 errors
Transaction log shipping from SQL 2000 to 2005 - Issue with Database upgrade required
windows XP 64bit setup
batch file to combine text files and append file name on each line into target file