function add ins for english language

H

haggi

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
 
B

Bob Phillips

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)
 
P

Pete_UK

It isn't available in Office 2003. However, you can achieve the same
with this:

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

Hope this helps.

Pete
 
Top