+ Reply to Thread
Results 1 to 3 of 3

Nested IF with ISBLANK and ISERROR?

  1. #1
    Registered User
    Join Date
    07-12-2013
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    29

    Nested IF with ISBLANK and ISERROR?

    If A1 is blank, B1+1.

    B1 may be an error. If B1+1 is error, C1+1

    C1 may be an error. If C1+1 is error, D1+1

    This is what I have come up with, but it doesn't work: =IF(ISBLANK(A1),B1+1,IFERROR(B1+1,C1+1),IFERROR(C1+1,D1+1))

    Thank you in advance!

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Nested IF with ISBLANK and ISERROR?

    Hi,

    =IF(ISBLANK(A1),IFERROR(B1+1,IFERROR(C1+1,D1+1)))

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

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

    Re: Nested IF with ISBLANK and ISERROR?

    What if A1 is not blank?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Nested IF with ISBLANK and ISERROR?

    "What if A1 is not blank?"

    Good point!

  5. #5
    Registered User
    Join Date
    07-12-2013
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    29

    Re: Nested IF with ISBLANK and ISERROR?

    If A1 is not blank, return A1. That part of the formula is working fine, it's the other part I am having trouble with.

  6. #6
    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: Nested IF with ISBLANK and ISERROR?

    Hi,

    You didn't say what the default position is if A1 is NOT blank. So I have made an assumption.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    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.

+ 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. PLEASE HELP: ISERROR, ISBLANK with LOOKUP
    By NoJokenVA in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-14-2013, 04:45 PM
  2. How to ISERROR and ISBLANK in the same formula?
    By maharaskal in forum Excel General
    Replies: 6
    Last Post: 12-02-2011, 07:37 AM
  3. IF(OR(ISERROR...(ISBLANK problem
    By rustyy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-29-2011, 01:52 AM
  4. IF(OR(ISERROR...(ISBLANK problem
    By penfold in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-19-2011, 04:57 AM
  5. ISBLANK & ISERROR In One Formula
    By NewExcelUser in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-17-2007, 12:27 AM

Tags for this Thread

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