+ Reply to Thread
Results 1 to 3 of 3

IFERROR on third error?

  1. #1
    Forum Contributor
    Join Date
    10-29-2004
    Posts
    291

    IFERROR on third error?

    =IFERROR(INDEX(RevisitsOpenOverwrite!C:C,MATCH(B2,RevisitsOpenOverwrite!C:C,0)),INDEX(RevisitsClosedAppend!C:C,MATCH(B2,RevisitsClosedAppend!C:C,0)))&"-2"

    I use this to run a 2nd formula if the first one gives an error. However, there are cases where both will produce on error. In that situation I want to return a blank cell. What would be the best method for this?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,822

    Re: IFERROR on third error?

    Like this:

    =IFERROR(first_formula,IFERROR(second_formula,""))

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    10-29-2004
    Posts
    291

    Re: IFERROR on third error?

    Sweet! Thank you. That fixed it.

+ 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. IFERROR within IFERROR until no error. Help.
    By XNemo in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-26-2014, 12:30 PM
  2. =IFERROR(J16/(E16+F16+H16),”0”) // Error : #Name? ( Excel 2010 )
    By ExcelJunkies in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-09-2014, 12:13 PM
  3. IFError Forumula Error
    By Hudson in forum Excel General
    Replies: 2
    Last Post: 02-27-2012, 01:53 PM
  4. Excel 2007 : iferror function to remove #value error
    By Jerseynjphillypa in forum Excel General
    Replies: 1
    Last Post: 10-26-2011, 09:59 AM
  5. #NAME? error when using IFERROR what happened?
    By AnnaV in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-14-2009, 12:21 PM

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