function add ins for english language

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for a fucntion add in for english office 2003 application, where
the command is =IFERROR(cellname,0). This is available in German Office
application and I cannot get this add in for anglish office application
 
Are you sure that they don't have Excel 2007, that is a new function in
2007.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
It isn't available in Office 2003. However, you can achieve the same
with this:

=IF(ISERROR(cellname),0,cellname)

Hope this helps.

Pete
 

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

Back
Top