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
Triple boot 3 XP images from same hard drive
How to use xcopy in loginscript with administrator permissions to create folder and copy a file?
VFP code to make minimized app blink in taskbar?
VB.Net - remove first line from textbox
Ms Access 2003 .mdb "may not be safe"
Inner join query not returning results using "LIKE" operator
Macro running very slow
TPMAuth.exe error at startup
DNS web forwarding
how to open, review, and edit a .exe file?