How do i replace #deel/0! in excel

G

Guest

The outcome of a calaculation in my excel worksheet is #deel/0! ( in Dutch ).
I want to make the calculation and were it says #deel/0! i want to replace it
by another value.

Can you help me how to do this in Excel
 
G

Guest

I'm not familiar with Dutch, but something like this should work:

=if(iserror(CALCULATION),VALUE,CALCULATION)

Replace CALCULATION with whatever your calculation is and replace VALUE with
whatever you want to display if the result of your calculation is an error.

HTH,
Elkar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top