View Single Post
  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

Dirk,

There are many ways. You can either

track down the source errors and correct them

or you can trap the errors where they get used, for instance in G492, if the
formula is =VLOOKUP(.... you could use an error trap that says
=IF(ISERROR(VLOOKUP(...),"",VLOOKUP(..., etc although you will probably need
the German function names.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Dirk Franke" wrote in message
...
Bob Phillips wrote:
Dirk,

This sounds like a German workbook which has a #REF error. Take a look

at
cell G492 and H492 and see if they are in error. If so, trace the error
down.

Hallo Bob,

thanks for your reply. But i want to solve this #REF error.
Is there a way to say excel that it should not calculate?
I want to know to with cell the missing reference points.

Do you have any idea?

Thanks a lot

Dirk