Thread: IF with #N/A
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default IF with #N/A

Handle that using ISNA() as below

=IF(ISNA(A2),AVERAGE(A1,A3),A2)

If this post helps click Yes
---------------
Jacob Skaria


"Rahim" wrote:

I want to tell excel that IF A2 has "#N/A", AVERAGE (A1,A3), A2
but it don't work, any help is highly appreciated, thanks