ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   IF function with #N/A error (https://www.excelbanter.com/excel-worksheet-functions/7476-if-function-n-error.html)

Roccobarocco

IF function with #N/A error
 
Does anyone know if it is possible to use the IF function with a cell
containing the #N/A error?

Specifically, I want to do something on the following lines:

=IF(A3=#N/A,B3,C3)

because the error in A3 is sometimes expected.

Jack Sheet

=IF(ISNA(A3),B3,C3)

--
Return email address is not as DEEP as it appears
"Roccobarocco" wrote in message
...
Does anyone know if it is possible to use the IF function with a cell
containing the #N/A error?

Specifically, I want to do something on the following lines:

=IF(A3=#N/A,B3,C3)

because the error in A3 is sometimes expected.




P Daulton

=IF(ISNA(A3),B3,C3)

"Roccobarocco" wrote in message
...
Does anyone know if it is possible to use the IF function with a cell
containing the #N/A error?

Specifically, I want to do something on the following lines:

=IF(A3=#N/A,B3,C3)

because the error in A3 is sometimes expected.




tjtjjtjt

Try:
=IF(ISNA(A3),B3,C3)

tj

"Roccobarocco" wrote:

Does anyone know if it is possible to use the IF function with a cell
containing the #N/A error?

Specifically, I want to do something on the following lines:

=IF(A3=#N/A,B3,C3)

because the error in A3 is sometimes expected.


Roccobarocco

Thanks, guys. Much appreciated.

"Roccobarocco" wrote:

Does anyone know if it is possible to use the IF function with a cell
containing the #N/A error?

Specifically, I want to do something on the following lines:

=IF(A3=#N/A,B3,C3)

because the error in A3 is sometimes expected.



All times are GMT +1. The time now is 11:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com