+ Reply to Thread
Results 1 to 8 of 8

IFERROR leave blank IF 0 leave blank

  1. #1
    Registered User
    Join Date
    06-08-2016
    Location
    USA
    MS-Off Ver
    10
    Posts
    5

    IFERROR leave blank IF 0 leave blank

    Is it possible to have in one formula to include IFERROR then leave blank and IF 0 then leave blank?
    I can do one or the other but not both..

    Any help is appreciated.

    Thank you,

  2. #2
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: IFERROR leave blank IF 0 leave blank

    =IFERROR(IF(your_formula)=0,"",your_formula),"")


    That should do it for you
    Last edited by Speshul; 06-08-2016 at 03:36 PM.
    You should hit F5, because chances are I've edited this post at least 5 times.
    Example of Array Formulas
    Quote Originally Posted by Jacc View Post
    Sorry, your description makes no sense. I just made some formula that looks interesting cause I had nothing else to do.
    Click the * below on any post that helped you.

  3. #3
    Registered User
    Join Date
    06-08-2016
    Location
    USA
    MS-Off Ver
    10
    Posts
    5

    Re: IFERROR leave blank IF 0 leave blank

    Thank you for the reply.

    I'm having problems adding it to the formula below..

    =INDEX('Data'!$R$2:$R$80,MATCH(1,INDEX(('Data'!$A$2:$A$80=Meow!$D$2)*('Data'!$B$2:$B$80=Meow!B4),0,1),0))

  4. #4
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: IFERROR leave blank IF 0 leave blank

    Try

    =IFERROR(IF(INDEX('Data'!$R$2:$R$80,MATCH(1,INDEX(('Data'!$A$2:$A$80=Meow!$D$2)*('Data'!$B$2:$B$80=Meow!B4),0,1),0)))=0,"",INDEX('Data'!$R$2:$R$80,MATCH(1,INDEX(('Data'!$A$2:$A$80=Meow!$D$2)*('Data'!$B$2:$B$80=Meow!B4),0,1),0))),"")

  5. #5
    Registered User
    Join Date
    06-08-2016
    Location
    USA
    MS-Off Ver
    10
    Posts
    5

    Re: IFERROR leave blank IF 0 leave blank

    No such luck

  6. #6
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: IFERROR leave blank IF 0 leave blank

    What are you trying to do with the formula? I'm a little confused at it's structure

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: IFERROR leave blank IF 0 leave blank

    Try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  8. #8
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,905

    Re: IFERROR leave blank IF 0 leave blank

    Don't forget that if you are using Index you much set is as an array not just Enter but Alt+Enter
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

+ 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. Replies: 3
    Last Post: 02-09-2015, 09:00 AM
  2. Replies: 2
    Last Post: 09-20-2013, 01:43 PM
  3. Replies: 4
    Last Post: 06-24-2013, 07:17 AM
  4. Replies: 5
    Last Post: 05-29-2013, 12:27 AM
  5. [SOLVED] Simple pull exact text from cell, if blank it pulls up a 0. How to leave it as blank?
    By sharpmel in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-30-2012, 02:20 PM
  6. Replies: 2
    Last Post: 06-21-2012, 04:51 PM
  7. Replies: 4
    Last Post: 07-15-2008, 01:42 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