+ Reply to Thread
Results 1 to 5 of 5

Iferror help needed

  1. #1
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    Iferror help needed

    I am using a formula in B1 =IFERROR(A1*5,"").
    When A1=0, i want the result in B1 as blank. How to do this?
    Ask me how to hate XL.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Iferror help needed

    Maybe:
    =IF(OR(A1=0,ISERROR(A1*5)),"",A1*5)
    Quang PT

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Iferror help needed

    =if(a1=0,"",A1*5)


    or as the previous post says, it depends if 0 was considered the error, or additional to the error
    =IF(OR(A1=0,ISERROR(A1*5)),"",A1*5) might be reduced to =IF(OR(A1=0,ISERROR(A1)),"",A1*5) as unless text appears in the cell it would not cause an error


    or you can format to make 0 appear as blank. choose a custom format and type 0;-0;;@
    Last edited by davsth; 06-23-2020 at 04:12 AM.

  4. #4
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    Re: Iferror help needed

    Quote Originally Posted by davsth View Post
    =if(a1=0,"",A1*5)
    ustom format and type 0;-0;;@
    Thanks it solved.

  5. #5
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    Re: Iferror help needed

    Quote Originally Posted by bebo021999 View Post
    Maybe:
    =IF(OR(A1=0,ISERROR(A1*5)),"",A1*5)
    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. Formula CleanUp Needed involves IF, IFERROR, VLOOKUP, OFFSET
    By tbone812 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-06-2018, 10:25 PM
  2. if or iferror or other formula help needed to count idle hours.
    By Rinkojhon in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-09-2017, 10:33 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] IFERROR(MATCH & IFERROR(SMALL Help Needed
    By chad328 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 01-17-2016, 06:34 AM
  5. [SOLVED] Iferror formula help needed
    By bigband1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-02-2015, 10:42 AM
  6. Extension of IFERROR/VLOOKUP formula help needed.
    By conwayroger25 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-30-2014, 12:55 PM
  7. 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

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