Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Roccobarocco
 
Posts: n/a
Default 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.
  #2   Report Post  
Jack Sheet
 
Posts: n/a
Default

=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.



  #3   Report Post  
P Daulton
 
Posts: n/a
Default

=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.



  #4   Report Post  
tjtjjtjt
 
Posts: n/a
Default

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.

  #5   Report Post  
Roccobarocco
 
Posts: n/a
Default

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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error when entering and exiting excel Randy Excel Discussion (Misc queries) 1 January 11th 05 04:17 PM
compile error: expected variable or function MMM Excel Discussion (Misc queries) 3 December 24th 04 04:11 PM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 08:07 AM
#REF error Christen Excel Worksheet Functions 5 November 3rd 04 08:29 PM
XIRR Function Error Vince Excel Worksheet Functions 1 November 2nd 04 12:29 AM


All times are GMT +1. The time now is 12:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"