Thread: IF ISERROR
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
John Moore
 
Posts: n/a
Default IF ISERROR

Hi guys, looking for some help ,,,,, I am trying to use the ISERROR function
within a formula to return 0% if the data returned is an error ,,,,,, formula
is
=IF($A$3="4Q05",VLOOKUP($C11,fourth,2,0)/VLOOKUP($C11,fourth,14,0)), which
in itself works fine, but can't get the iF ISERROR to work with it.