#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default ISERROR

Can anyone tell me how to get the ISERROR function in this function:

=IF(B591,VLOOKUP(A59,$D$3:$S$2423,14,FALSE)," ")

I have been trying, but to no avail.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default ISERROR

Maybe,

=IF(ISERROR(IF(B591,VLOOKUP(A59,$D$3:$S$2423,14,F ALSE),"
")),"",IF(B591,VLOOKUP(A59,$D$3:$S$2423,14,FALSE) ," "))

Mike

"Jim" wrote:

Can anyone tell me how to get the ISERROR function in this function:

=IF(B591,VLOOKUP(A59,$D$3:$S$2423,14,FALSE)," ")

I have been trying, but to no avail.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default ISERROR

I recommend not using ISERROR which would mask all errors.

I think you just need the ISNA function.

=IF(ISNA(IF(B591,VLOOKUP(A59,$D$3:$S$2423,14,FALS E))),"",IF(B591,VLOOKUP(A59,$D$3:$S$2423,14,FALSE )))


Gord Dibben MS Excel MVP


On Tue, 23 Sep 2008 07:33:30 -0700 (PDT), Jim wrote:

Can anyone tell me how to get the ISERROR function in this function:

=IF(B591,VLOOKUP(A59,$D$3:$S$2423,14,FALSE)," ")

I have been trying, but to no avail.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default ISERROR

Thanks.

On Sep 23, 1:00*pm, Gord Dibben <gorddibbATshawDOTca wrote:
I recommend not using ISERROR which would mask all errors.

I think you just need the ISNA function.

=IF(ISNA(IF(B591,VLOOKUP(A59,$D$3:$S$2423,14,FALS E))),"",IF(B591,VLOOKUP(*A59,$D$3:$S$2423,14,FALS E)))

Gord Dibben *MS Excel MVP



On Tue, 23 Sep 2008 07:33:30 -0700 (PDT), Jim wrote:
Can anyone tell me how to get the ISERROR function in this function:


=IF(B591,VLOOKUP(A59,$D$3:$S$2423,14,FALSE)," ")


I have been trying, but to no avail.- Hide quoted text -


- Show quoted text -


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
Help with ISERROR juliejg1 Excel Worksheet Functions 2 December 18th 07 01:22 AM
iserror Dauphin Excel Worksheet Functions 2 March 26th 06 11:46 PM
Iserror & VBA Ken G. Excel Discussion (Misc queries) 1 February 28th 06 11:37 PM
ISERROR - #NAME? Mpaul Excel Worksheet Functions 2 February 20th 06 10:27 PM
iserror Walshy Excel Discussion (Misc queries) 3 December 19th 04 05:13 PM


All times are GMT +1. The time now is 02:41 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"