+ Reply to Thread
Results 1 to 8 of 8

How to use IFERROR IF and ISBLANK in together?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    01-09-2016
    Location
    USA,USA
    MS-Off Ver
    2016
    Posts
    1,192

    How to use IFERROR IF and ISBLANK in together?

    =IFERROR(IF((C$11<>"Yes"),"", C$9+((C$8-C$10)/24)),"")

    I want to add ISBLANK(C$9),"",

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

    Re: How to use IFERROR IF and ISBLANK in together?

    Try it like this:

    =IFERROR(IF(OR(C$11<>"Yes",ISBLANK(C$9)),"", C$9+((C$8-C$10)/24)),"")

    (changes in red).

    Hope this helps.

    Pete

  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: How to use IFERROR IF and ISBLANK in together?

    Hi,

    Presumably

    Formula: copy to clipboard
    =IF(AND(ISBLANK,C9),IFERROR(IF((C$11<>"Yes")),"", C$9+((C$8-C$10)/24)),"")
    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 Contributor
    Join Date
    01-09-2016
    Location
    USA,USA
    MS-Off Ver
    2016
    Posts
    1,192

    Re: How to use IFERROR IF and ISBLANK in together?

    I get a "problem with formula"

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

    Re: How to use IFERROR IF and ISBLANK in together?

    You've been given two formulae - which one are you having a problem with?

    Pete

  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: How to use IFERROR IF and ISBLANK in together?

    It looks like Richard's is the problematic formula.

    =IF(AND(ISBLANK,C9),IFERROR(IF((C$11<>"Yes")),"", C$9+((C$8-C$10)/24)),"")

    ISBLANK,C9

    IF((C$11<>"Yes")),"",
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  7. #7
    Forum Contributor
    Join Date
    01-09-2016
    Location
    USA,USA
    MS-Off Ver
    2016
    Posts
    1,192

    Re: How to use IFERROR IF and ISBLANK in together?

    Yes sorry, I hit reply to Richard's post, petes works great. thank you guys!

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

    Re: How to use IFERROR IF and ISBLANK in together?

    You're welcome - thanks for the rep.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Pete

+ 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] add ISBLANK to an IFERROR formula
    By nigelog in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-20-2016, 08:06 AM
  2. How to have ISBLANK, IFERROR and Average together in formula.
    By taylorsm in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-02-2016, 06:43 AM
  3. [SOLVED] =sum / =ISBlank / =iferror formula needed (or some alternative)
    By KClem in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-02-2016, 08:21 AM
  4. [SOLVED] ISBLANK formula that goes off of IFERROR formula
    By BoundToExcel in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-06-2016, 04:18 PM
  5. [SOLVED] Better way, IsBlank and Vlookup & Iferror
    By jtmeunier in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-27-2013, 06:51 PM
  6. [SOLVED] IFERROR / ISBLANK formula query
    By zhb12810 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-04-2012, 04:05 AM
  7. Help with ISBLANK function referring to a cell with another ISBLANK formula
    By camdameron in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-23-2011, 12:45 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