+ Reply to Thread
Results 1 to 7 of 7

Iferror not compatible with 2003

Hybrid View

  1. #1
    Forum Contributor Immortal2014's Avatar
    Join Date
    09-18-2014
    Location
    Greece (EU)
    MS-Off Ver
    Office 2021
    Posts
    405

    Iferror not compatible with 2003

    I have a workbook in office 2016 and i use iferror function that is not compatible with office 2003. I have already passed in 3000 around cells. What can I do;
    Thanks for any advice
    Last edited by Immortal2014; 04-29-2016 at 10:07 AM.
    Nick

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Iferror not compatible with 2003

    iferror is not available in the excel 2003 version.

    Use te available formula.

    But since you don't add what kind of failure you have in your file, I will not comment on that.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Iferror not compatible with 2003

    Hi,

    If you want to use the same workbook with both 2003 & 2007+ then you'll need to convert them to

    Formula: copy to clipboard
    =IF(ISERROR(your_formula),"error text",your_formula)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Iferror not compatible with 2003

    The best error trap depends on the specific formula.

    Your goal should be to avoid repeating the formula but sometimes that's not possible:

    =IF(ISERROR(your_formula),what_to_do_if_error,your_formula)

    Let's assume that formula normally returns a TEXT value. When an error is generated you would rather have a blank returned instead. A better error trap would be:

    =LOOKUP("zzzzz",CHOOSE({1,2},"",your_formula))

    That's just one example. As I noted, the best error trap depends on the specific formula.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Forum Contributor Immortal2014's Avatar
    Join Date
    09-18-2014
    Location
    Greece (EU)
    MS-Off Ver
    Office 2021
    Posts
    405

    Re: Iferror not compatible with 2003

    Thanks all of you for your answers, i make the changes soon.

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Iferror not compatible with 2003

    You're welcome. We appreciate the feedback!

  7. #7
    Forum Contributor Immortal2014's Avatar
    Join Date
    09-18-2014
    Location
    Greece (EU)
    MS-Off Ver
    Office 2021
    Posts
    405

    Re: Iferror not compatible with 2003

    All ok guys, the =IF(ISERROR(... works great!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Macro works in Excel 2007 but not compatible with 2003
    By lewap90 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-18-2015, 06:02 PM
  2. xlfn.IFERROR or IFERROR don't work in Excel 98-2003
    By dj_danu01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2013, 02:53 AM
  3. Changing Countifs to a 2003 compatible function
    By rgirardi in forum Excel General
    Replies: 3
    Last Post: 05-02-2012, 06:40 PM
  4. Converting array formula to be compatible with 97-2003
    By chichapher in forum Excel General
    Replies: 2
    Last Post: 01-16-2012, 03:10 PM
  5. Replies: 2
    Last Post: 04-21-2009, 02:42 PM
  6. [SOLVED] Is Excel 95 compatible with Windows 2003 Server?
    By machetero in forum Excel General
    Replies: 0
    Last Post: 03-14-2006, 01:20 PM
  7. [SOLVED] How compatible is Excel 2003 with previous versions
    By Rod in forum Excel General
    Replies: 1
    Last Post: 02-03-2006, 10:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1